I'm using spring-kafka-2.2.7-RELEASE. I'm using @KafkaListener to create my consumer.
I've set enable.auto.commit to true and auto.commit.interval.ms to 10,000 (i.e., 10 sec). Now my question is - does the consumer the commit offset for each record or does it commit and advance the offset by the no of records it consumed during the 10 sec ?