Replies: 3 comments
-
/cc @alesj (kafka), @cescoffier (kafka), @ozangunalp (kafka) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have also tried change the signature to
but I got the following error
|
Beta Was this translation helpful? Give feedback.
0 replies
-
answered in smallrye/smallrye-reactive-messaging#2353 (comment) |
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.
-
We currently have one Kafka consumer and we want to handle the events asynchronously. We have attempted to use the following method signature:
However, it seems that the processing is still happening synchronously. In other words, the second batch only starts processing after the first batch is finished. Do you have any suggestions on how to address this? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions