Dear Spring community,
We are pleased to announce that the Spring Integration Kafka 1.0 GA extension is now available, providing familiar Spring Integration endpoints for Apache Kafka.
As usual, use the Release Repository with Maven or Gradle
compile "org.springframework.integration:spring-integration-kafka:1.0.0.RELEASE"
or download a distribution archive, to give it a spin.
First of all thanks to all who contributed to the project - special thanks to the project's founder Soby Chacko, who implemented the infrastructure, as well as the High Level Consumer-based message source and the producers, and also to Marius Bogoevici, who learned the intricacies of the Simple Consumer API…