Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello, when using Spring Kafka and the KafkaListener annotation with Kotlin suspend functions and asyncAcks enabled, is there any guarantee that the Kafka messages of a single partition will be consumed and processed in the order they were produced ? What if I have suspending calls in my consumption could multiple events then be forwarded to my listener with the order being then random?
Beta Was this translation helpful? Give feedback.
All reactions