Hi! Thanks for the awesome work!
We use Azure Event Hubs for Kafka instead of usual apache kafka, and in order to write to Azure Event Hubs kafka protocol we need SASL parameters.
I've just added a bunch of parameters we need to run. It works for us now, maybe we have to add all possible parameters? Or create some mechanism of using kafka security parameters without changing code?
Hi! Thanks for the awesome work! We use Azure Event Hubs for Kafka instead of usual apache kafka, and in order to write to Azure Event Hubs kafka protocol we need SASL parameters.
I've just added a bunch of parameters we need to run. It works for us now, maybe we have to add all possible parameters? Or create some mechanism of using kafka security parameters without changing code?
Thanks again!