Replies: 1 comment
-
You can do whatever you want; just set the container ack mode to You can then have your listener extend Add the partition and offset as parameters to your listener method to get the information for the current record. https://docs.spring.io/spring-kafka/docs/current/reference/html/#seek |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Is there support for storing consumer offsets in a different place (eg a database?). Something like an interface that is called for offset retrieval on partition assignment and offset storage on acknowledge?
Beta Was this translation helpful? Give feedback.
All reactions