Description
As of 0.10.1.0 and KIP-79 (https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65868090) KafkaConsumer can now fetch offset information about topic partitions. Previously KafkaBasedLog had to use a seekToEnd + position approach to determine end offsets. With the new APIs we can simplify this code.
This isn't critical as the current code works fine, but would be a nice cleanup and simplification.
Attachments
Issue Links
- links to