rahulsinghai / jmeter-backend-listener-kafka

A JMeter plug-in that enables you to send test results to a Kafka server
Apache License 2.0
29 stars 16 forks source link

Update KafkaBackendClient.java #3

Closed spacentropy closed 2 years ago

spacentropy commented 4 years ago

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!