How to achieve concurrent processing of messages from different Kafka partitions on the same topic
Quarkus version = 2.16.5.Final I am trying to achieve concurrent processing of messages that are in different partitions but same topic. I also want to have explicit control on the commit of each message and do not want to commit until the message has been processed. Since the messages are coming in different partitions based … Read more