Smallrye Kafka – Define broker per channel – No events are consumed
I’m using Smallrye-Kafka in my Quarkus application for connecting to kafka. Until now the requirement was “having a single bootstrap-server which is valid for all channels”. The configuration and event consuming worked without problem.s
This requirement changed and now I’m trying to configure the target broker per channel.