rollno748 / di-kafkameter

JMeter Plugin to load test Apache Kafka topics/brokers
34 stars 11 forks source link

null key and multiple kafka client support #4

Closed jeksmith closed 1 year ago

jeksmith commented 2 years ago

Now supports null kafka record keys. Also supports multiple kafka producer clients via bound variable names, similar to the JDBC config/sampler approach. We needed both features for our effort.

rollno748 commented 2 years ago

Thanks for your contribution, we have the some other features to be added to this plugin. I will merge your commit with everything Thanks,

rollno748 commented 2 years ago

If your testing is within the same kafka env and for different topics then Multiple Clients is not required - You need to change the topic in the Producer sampler, It should work.

jeksmith commented 1 year ago

Thanks for merging!