Skip to content
Advertisement

Quarkus exception Loading KafkaConsumerRebalanceListener

Having this Listener KafkaConsumerRebalanceListener class

JavaScript

When I add into my application.properties file

JavaScript

And adding this dependency into another class

JavaScript

I’m having this exception when I run the service

JavaScript

Any idea what’s wrong?

Regards

Advertisement

Answer

You have to use same @Identifier(“responses”) near your injection point. It’s because @Identifier have @Qualifier over it.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement