kafka offset commit

kafka offset commit is the act of persisting a consumer group's read position to the broker. In Spring Kafka's default BATCH mode, the commit happens after the listener thread returns - not when downstream or async processing finishes.
kafka, spring kafka, messaging