Spring For Apache Kafka 1.3 Milestone 2 Available
We are pleased to announce the availability of the Milestone 2 of the Spring for Apache Kafka 1.3
version.
It is available for download from the Milestone Repository:
repositories {
maven { url 'http://repo.spring.io/libs-milestone' }
}
compile "org.springframework.kafka:spring-kafka:1.3.0.M1"
(Milestone 1 had a blocker issue).
Functionally, the 1.3.x line provides a subset of the 2.0 line (which requires Spring Framework 5.0 and Java 8), but provides support for Java 7 projects and Spring Framework 4.3.x
.
It is primarily intended to provide early access to 0.11.0.0 Apache Kafka client…