Hi, I am using Kafka client 0.10.2. Is there a way to fetch latest committed offset for all the partitions in one function call?
I am call the KafkaConsumer.commited() to get this for single partition, is there a simple way to batch fetch offsets for all the partitions in single topic in one shot? And how to fetch all partition offsets for multiple topics? Thanks Martin