Spring-boot and Spring-Kafka compatibility matrix

末鹿安然 提交于 2020-01-11 10:21:51

问题


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

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