kafka offset commit
- Text
- 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.
- Tags
- kafka, spring kafka, messaging