Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreHot on the heels of the recent Apache Kafka 2.4.0 release, I am pleased to announce the release candidate for Spring for Apache Kafka 2.4 - 2.4.0.RC1 - is available in the Spring milestone repository.
This version is essentially functionally equivalent to 2.3.x, but is compiled against the 2.4.0 kafka-clients
and supports the new incremental rebalancing protocol.
The 2.4.0 kafka clients are not binary compatible with Spring for Apache Kafka 2.3 so if you wish to use the 2.4.0 clients, you must upgrade to this version. See the appendix in the reference manual for how to override the jar versions, especially if you are using Spring Boot and/or the test embedded kafka broker.
We expect to release the GA shortly.
At the time of writing, it is expected that the next Spring Boot version (2.3) will pull in 2.4.x of this project via its dependency management.
Project Page | GitHub | Issues | Documentation | Stack Overflow | Gitter