问题
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,
- Is spring Kafka integration is based on Spring Kafka. Please give an idea on this?
- 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