Spring for Apache Kafka 2.4 Release Candidate
Hot 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…