Spring Integration Kafka vs Spring Kafka

社会主义新天地 提交于 2019-12-24 01:47:05

问题


We are trying to implement a message channel between a worker spring application and a consumer spring application (there will be replicas of the same consumer on multiple JVMs)

With the Java Config there is limited documentation for the spring integration and I was able to find a documentation for the spring Kafka.I am not exactly sure how the dependency is working,

  1. Is spring Kafka integration is based on Spring Kafka. Please give an idea on this?
  2. Where can I find proper documentation for the new Release of Spring Integration Kafka?

回答1:


Spring Integration Kafka 2.0 is built on top of Spring Kafka (Spring Integration Kafka 1.x used the 0.8.x.x scala client directly).

The documentation for Spring Integration Kafka is in Chapter 5 of the Spring Kafka Reference Manual.

At some point, it is likely that spring-integration-kafka will be pulled into the main spring integration project/documentation.



来源:https://stackoverflow.com/questions/39866357/spring-integration-kafka-vs-spring-kafka

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!