linkedin / li-apache-kafka-clients

li-apache-kafka-clients is a wrapper library for the Apache Kafka vanilla clients. It provides additional features such as large message support and auditing to the Java producer and consumer in the open source Apache Kafka.
BSD 2-Clause "Simplified" License
131 stars 52 forks source link

fix bug where committed offsets were not making progress when all msgs are too large #91

Closed radai-rosenblatt closed 6 years ago

radai-rosenblatt commented 6 years ago

code was check-pointing the offset(s) of the last msg that was ever delivered. there may never have been such a msg...

becketqin commented 6 years ago

LGTM.