Apache Kafka - Aggregation -


is there concept aggregation in kafka concept of camel-aggregation .

if yes, provide detailed description of , how use .

i not familiar apache camel, can use kafka streams aggregate messaged:

i refer docs now: http://docs.confluent.io/current/streams/developer-guide.html#streams-developer-guide-dsl-aggregating

also check out examples: https://github.com/confluentinc/examples/tree/3.2.x/kafka-streams


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -