Problem when batch processing kafka messages #22591
Unanswered
andrerigon
asked this question in
Q&A
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I can imagine this could happen during a shutdown. Can you correlate this to a scale down or restart in dev mode? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @ozangunalp. Sorry ffor the delay. We endedup changing the feature and I can test it with the original scenario anymore. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to process batches of kafka messages using quarkus/smallrye. From time to time, I get:
We have a consumer that receives a Multi<Message> similar to:
And a consumer to ack those messages:
Any suggestion?
Best,
Andre
Beta Was this translation helpful? Give feedback.
All reactions