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