Spring For Apache Kafka 2.0 GA Available

Releases | Artem Bilan | October 02, 2017 | ...

We are pleased to announce the general availability of the 2.0.0.RELEASE of the Spring for Apache Kafka 2.0 version.

As mentioned in the 2.0 RC1 announcement, the 1.3 GA is also available supporting the Kafka 0.11.x.x client with Spring Framework 4.3.x applications.

They are available for download from the Release Repository and Maven Central:

repositories {
    maven { url 'http://repo.spring.io/release' }
}
compile "org.springframework.kafka:spring-kafka:2.0.0.RELEASE"

That was 6 months journey to bring a Java 8 and Spring Framework 5 vision for Spring for Apache Kafka project and here is what we have so far overall:

  • Apache Kafka 0.11.x.x client

  • Transactions support

  • Headers mapping

  • Kafka Streams support

  • KafkaAdmin is now available to automatically add topics (for NewTopic beans present in the application context)

  • errorHandler and groupId support for @KafkaListener; also Consumer argument resolution

  • @EmbeddedKafka for testing support

Many of these features are also available in the 1.3 release.

Thanks to all community members for any feedback and contributions!

Also the minor version spring-integration-kafka-2.3.0.RELEASE is available. This version utilize the spring-kafka-1.3.0.RELEASE foundation and provide some functionality to support Apache Kafka 0.11.x.x client.

See the Project Page for a complete matrix of spring-kafka, spring-integration-kafka and kafka-clients version compatibility.

Project Page | Issues | Contributing | Help | Chat

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all