Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreWe are pleased to announce the second milestone release of Spring for Apache Kafka 4.0.x
generation - 4.0.0-M2
, which now supports Apache Kafka 4.0.0
.
4.0.0-M2
has been updated to 4.0.0
4.0.0-M2
, since Apache Kafka 4.0.0
has completely removed ZooKeeper dependency and now exclusively uses KRaft for leadership election and quorum managementEmbeddedKafkaBroker
utility that Spring for Apache Kafka provides for testing purposes will no longer work with ZooKeeper, as it only supports the KRaft protocolIn addition to the 4.0.0-M2
release, we are also happy to release the next point GA versions for Spring for Apache Kafka 3.3.5
.
We extend our gratitude to all contributors who made these releases possible.
See the release notes for more details on what's included in these releases:
https://github.com/spring-projects/spring-kafka/releases/tag/v4.0.0-M2
https://github.com/spring-projects/spring-kafka/releases/tag/v3.3.5
4.0.0
To use Kafka client 4.0.0
in Spring for Apache Kafka, you must upgrade to the version 4.0.0-M2
, since this is a major upgrade.
3.9.0
compatibilitySpring for Apache Kafka version 3.3.5
is compatible with Kafka Client 3.9.0
, though the framework's compile-time dependency remains Kafka Client 3.8.1
.
To use Kafka Client 3.9.0
or later with version 3.3.5
, applications must manually upgrade their Kafka Client version.
For instructions on overriding Kafka Client versions in Spring Boot, please see this guide.
The 3.3.5
release will be integrated into the upcoming Spring Boot 3.4.5
and 3.5.0-RC1
releases.
We encourage the community to provide us with any feedback on any of these releases.
The following are the usual avenues where you can engage with the project.