Hi, As per Kafka documentation,
*Automatic Offset Committing,* "Setting enable.auto.commit means that offsets are committed automatically." Can you help me understand where the offsets are stored in case of automatic offset committing.. I believe it used to be on Zookeeper but not anymore as per new KafkaConsumer API. Thanks