Spring for Apache Kafka 2.0 GA 版本现已可用
我们很高兴地宣布 Spring for Apache Kafka 2.0
版本的 2.0.0.RELEASE 正式可用。
正如 2.0 RC1 公告 中提到的那样,1.3 GA
版本也已可用,它支持使用 Spring Framework 4.3.x
应用的 Kafka 0.11.x.x
客户端。
它们可以从 发布仓库 和 Maven Central 下载。
repositories {
maven { url 'http://repo.spring.io/release' }
}
compile "org.springframework.kafka:spring-kafka:2.0.0.RELEASE"
历时 6 个月,我们终于为 Spring for Apache Kafka 项目带来了 Java 8 和 Spring Framework 5 的愿景,而现在……