春季集成/云流/云数据流

时间:2019-04-01 20:04:41

标签: spring-integration spring-cloud-stream spring-cloud-dataflow

我们的应用程序需要从Kafka读取,并使用Scatter-Gather / Aggregate模式进行处理,最后写入数据存储区。我们使用Spring集成已经有几年了,对此非常满意。但是,我们想利用Kafka Streams,并对Spring集成,spring cloud流和spring cloud数据流有疑问

·spring-integration-kafka是否支持kafka流,或者我需要使用spring-cloud-stream来使用它们? https://github.com/spring-projects/spring-integration-kafka。有代码示例吗?

·Spring Cloud流和数据流中是否支持Scatter-Gather / Aggregator模式?如果有人可以分享如何实现的示例,我们将不胜感激

·我们可以在一个流中混合并匹配spring-cloud-stream和spring-integration吗?如果以上两种方法都不可行,那么我想的更像是使用Steam侦听器,然后将其传递给集成流以使用其他模式。那是明智的吗?

·

非常感谢专家的指导。预先感谢。

0 个答案:

没有答案