问题
I am looking for a compatibility matrix of the different parts of the Spring framework.
More specifically, I am looking for the newest Spring-Kafka version that is compatible with Spring-boot 1.5.2.
I found an old compatibility matrix of Spring, but this matrix was from 2014 and therefore deprecated.
I am not concerned about Spring-Kafka and Apache Kafka client compatibility nor am I concerned about Apache Kafka java client and Kafka broker compatibility. This compatibility matrices are available here:
https://spring.io/projects/spring-kafka https://cwiki.apache.org/confluence/display/KAFKA/Compatibility+Matrix
回答1:
As it says on the first link:
All users with brokers >= 0.10.x.x are recommended to use spring-kafka version 1.3.x or higher due to its simpler threading model thanks to KIP-62.
This means all boot 1.5.x users. I have updated the project page to clarify it.
The current 1.5.x boot version is 1.5.17; 1.5.2 is extremely old.
The current 1.3.x version is 1.3.8.
来源:https://stackoverflow.com/questions/53462929/spring-boot-and-spring-kafka-compatibility-matrix