Spring Integration Kafka Support 1.1.GA is available
Dear Spring community,
We are pleased to announce that the Spring Integration Kafka Support 1.1 GA is now available. Use the Release Repository with Maven or Gradle
compile "org.springframework.integration:spring-integration-kafka:1.1.1.RELEASE"
or download a distribution archive, to give it a spin.
Overview
The main reason of such a quick next point release just after 1.0 GA is to address a number of critical fixes for the upcoming Spring XD 1.1.1
and 1.2
releases. In addition, this release provides performance improvements around message generation streaming scenarios, which required an upgrade to Spring Integration 4.1
, which is…