You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question
If I set batchSize to 10, so that I can receive more than one message, how can I individually checkpoint each message so that if message #9 fails I don't end up having to reprocess the forst 8 again ?
screenshots
Additional context
I want to add more throughput to my consumer by using handleMessageBatch. However I want to be able to acknowledge successful processing of messages individually in case there is a failure processing one of the messages in the batch
The text was updated successfully, but these errors were encountered:
Question
If I set batchSize to 10, so that I can receive more than one message, how can I individually checkpoint each message so that if message #9 fails I don't end up having to reprocess the forst 8 again ?
screenshots
Additional context
I want to add more throughput to my consumer by using handleMessageBatch. However I want to be able to acknowledge successful processing of messages individually in case there is a failure processing one of the messages in the batch
The text was updated successfully, but these errors were encountered: