卡夫卡是否有像骆驼聚集一样的聚集概念?
如果是的话,谁能提供一个详细的描述是什么和如何使用它。
发布于 2017-04-07 17:12:56
我不熟悉Apache Camel,但是您可以使用Kafka流来聚合消息:
我现在指的是文档:http://docs.confluent.io/current/streams/developer-guide.html#streams-developer-guide-dsl-aggregating
还可以查看示例:https://github.com/confluentinc/kafka-streams-examples/tree/5.3.1-post/
https://stackoverflow.com/questions/43283298
复制相似问题