发布于 2016-08-13 01:02:50 | 193 次阅读 | 评论: 0 | 来源: 网友投递
Apache Kafka 开源消息系统
Apache Kafka是一个开源消息系统项目,由Scala写成。该项目的目标是为处理实时数据提供一个统一、高通量、低等待的平台。
Spring for Apache Kafka 1.0.3 发布了。
本次发布主要修复以下问题:
IllegalArgumentException: Payload must not be null bug
The topic records shouldn't are added to "acks" queue when the "autoCommit" setted true in the class KafkaMessageListenerContainer<K, V> bug
AbstractMessageListenerContainer(ContainerProperties containerProperties) Should Clone the ContainerProperties bug
AdaptableMLA.onMessage(cr) Eats Exceptions; Should Throw to Container bug