发布于 2017-07-25 00:53:30 | 203 次阅读 | 评论: 0 | 来源: 网友投递
Apache Kafka 开源消息系统
Apache Kafka是一个开源消息系统项目,由Scala写成。该项目的目标是为处理实时数据提供一个统一、高通量、低等待的平台。
Spring For Apache Kafka 2.0 Milestone 3 发布了。自上一次发布以来增加了以下特性:
Apache Kafka 0.11.0.0 client base line;
With the new Apache Kafka foundation we have introduced KafkaTransactionManager
and transactions support in the KafkaTemplate
via new executeInTransaction()
operation;
The KafkaListenerContainer
can now be supplied with the TransactionManager
to perform polling and offset commits with transaction boundaries;
The Kafka Headers support is provided as well. Now you can send and receive messages with any arbitrary headers, for example build request-reply scenarios using some correlationKey
header;
……
完整内容请查看发行说明。
下载地址: