Replies: 1 comment 2 replies
-
That is incorrect, and not what that answer says. With With |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can someone explain how the manual commit works when using a batch consumer listener for MANUAL and MANUAL_IMMEDIATE acknowledgement types? For a record listener, this decides if it should commit immediately or commit once all the records consumed during a poll are processed.
For batch consumers since all the records are sent to the listener what difference will it do with the two options?
The following answer says about being able to catch the exception when using MANUAL with syncCommits. What type of exception is mentioned here? Is it not being able to acknowledge back to the broker?
https://stackoverflow.com/a/60932352/3359134
Beta Was this translation helpful? Give feedback.
All reactions