micronaut-projects / micronaut-kafka

Integration between Micronaut and Apache Kafka
Apache License 2.0
86 stars 107 forks source link

Listener skipping messages on exceptions when more than one topic subscribed #1028

Open henriquelsmti opened 5 months ago

henriquelsmti commented 5 months ago

Expected Behavior

No response

Actual Behaviour

The KafkaConsumerProcessor do not seek partition correctly when consumer is subscribed in multiple topics.

image

Steps To Reproduce

No response

Environment Information

No response

Example Application

No response

Version

5.1.2

henriquelsmti commented 5 months ago

1029