Replies: 1 comment 1 reply
-
Assumption: quarkus should not call poll() method till i am done with processing the previous batch and have sent the acknoledgements for all the messages in the previous batch. But seems that quarkus keeps calling poll() method, cause i keep on receiving messages. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using this @acknowledgment(Acknowledgment.Strategy.MANUAL) and sending the ack manually after processin the record. BUT kafka keeps on sending messages without waiting for my ack. Why is it so? Please help. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions