I set this properties but, quarkus doesn't work correctly.
- smallrye
- kafka have 3 partitions
mp:
messaging:
incoming:
event:
connector: smallrye-kafka
auto:
offset:
reset: earliest
topic: MY_TOPIC
group:
id: my-group
partitions: 3
I see that I have 3 different consumer ids, but the messages are processed sequentially. I try with all 2.X quarkus version
Anyone can Help me?