You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use eventhub with a kafka connector using a different authentication mechanism on the consumer side, and use a kafka producer towards confluent kafka on the other side.
Describe the solution you'd like
Make it possible to set authentication directly on consumer and producer to overwrite the default overall authentication.
Are you able to help bring it to life and contribute with a Pull Request?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered:
You should be able to override the Producer and Consumer auth settings using the WithProducerConfig and WithConsumerConfig methods when configuring the producers and consumers.
I ran into this issue, and I don't mind using the config, but I was also being a little hacky by providing the Bootstrap servers in the ConsumerConfig, bypassing
cluster.WithBrokers(["Does not matter, we're gonna set this in each config"]);
which did work for the Consumers, but didn't work with the Producers. So it feels a little weird that I can pass in a config but it's only partially applied.
Is your request related to a problem you have?
We use eventhub with a kafka connector using a different authentication mechanism on the consumer side, and use a kafka producer towards confluent kafka on the other side.
Describe the solution you'd like
Make it possible to set authentication directly on consumer and producer to overwrite the default overall authentication.
Are you able to help bring it to life and contribute with a Pull Request?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered: