Skip to content

Does parallel-consumer support manual commit? #743

Closed Answered by rkolesnev
otherhy asked this question in Q&A
Discussion options

You must be logged in to vote

@otherhy - no, parallel consumer does not support manual commit right now.
There is an option to request a commit - through requestCommitAsap() method to trigger it sooner.
Given that Parallel Consumer is processing multiple messages in parallel - i am not sure how manual commit could be used with it.
Is manual commit actually, really required? I struggle to imagine a scenario where manual commit is warranted / has advantage over auto commit.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by otherhy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants