broker1-url:9092,broker2-url:9092
, or PLAINTEXT://broker1-url:9092,broker2-url:9092
zookeeper1-url:2181,zookeeper2-url:2181
schema.registry.
prefix):sasl.login.callback.handler.class=io.example.client.MyCustomLoginCallbackHandler
io.example.client.MyCustomLoginCallbackHandler
class in Conduktor pluginsfatjar
out of your plugin code that will contain your Scala version code.
However, for this solution to work, you'll have to shadow your Scala version code by renaming all the scala.*
packages to yourorganisation.scala.*
, for example.