Spring For Apache Kafka 2.0 GA 版正式发布

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Spring for Apache Kafka 2.0 GA 版已正式发布。可从 Release Repository 和 Maven Central 下载: repositories {     maven { url 'http://repo.spring.io/release' } } compile "org.springfr...

Spring for Apache Kafka 2.0 GA 版已正式发布。可从 Release Repository 和 Maven Central 下载:

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

2.0 RC1 发布说明中提到的,1.3 GA 也支持使用 Spring Framework 4.3.x 应用程序的 Kafka 0.11.x.x 客户端。

6 个月的开发工作主要是为 Spring for Apache Kafka 项目带去对 Java 8 和 Spring Framework 5 的支持:

  • 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

此外,还有 spring-integration-kafka-2.3.0.RELEASE 的小版本更新,该版本使用 spring-kafka-1.3.0.RELEASE 基础,并提供一些功能来支持 Apache Kafka 0.11.x.x 客户端。

详情请参阅发布主页


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《Spring For Apache Kafka 2.0 GA 版正式发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Series 60 应用程序开发

Series 60 应用程序开发

巴克 / 人民邮电出版社 / 2005-7 / 75.0

Series 60智能手机开发平台正掀起新一轮的移动服务浪潮。超过60%的手机生产商获得了Series 60平台的授权。Series 60移动应用开发平台拥有最大的用户群,从而成为智能手机市场的代表。诺基亚与EMCC软件公司合作,为C++程序员和软件设计师编撰了这本Series 60开发的权威指南。本书由诺基亚资深专家进行了全面审阅。本书内容涉及了开发过程的各个阶段,从设计、编程、测试、调试到部署......一起来看看 《Series 60 应用程序开发》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具