Re: How to get the start and end of partition from kafka
Hi Not sure of adminClient but if you are programming is Java this should be possible by using KafkaConsumer class org.apache.kafka.clients.consumer.KafkaConsumer It has beginningOffsets and endOffSets methods , that can give you the information. regards On Thu, Dec 14, 2017 at 11:10 PM, 懒羊羊 <1
How to get the start and end of partition from kafka
Hello, I want to get the start and end of partition form kafka by API, such as??AdminClient. How can I do?