How can I get the last/end offset of a kafka topic partition?
https://stackoverflow.com/questions/38428196/how-can-i-get-the-last-end-offset-of-a-kafka-topic-partition
Jul 26, 2019 · I'm writing a kafka consumer using Java. I want to keep the real time of the message, so if there are too many messages waiting for consuming, such as 1000 or more, I should abandon the unconsumed ... Above snippet returns the current committed message offset for the given topic and partition number. Share. Follow answered Oct 26, 2017 at 8:35 ...
DA: 18 PA: 46 MOZ Rank: 43