rollno748 / di-kafkameter

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

1.Consumer support muti-thread #18

Closed gehui1983 closed 1 month ago

gehui1983 commented 1 year ago

2.support Jmeter5.6.2 3.consumer support async commit

rollno748 commented 1 year ago

Can you write a brief on what changes you made ??

rollno748 commented 1 year ago

I reviewed your code on the multiple consumer support per Loadgen -> Ideally, its the right to subscribe from the same host.

Subscriber will consume events on multiple topics on a broker but the subscription will be enabled per host.

Questions:

  1. What is the ideal scenario - to which you are proposing this change?
  2. Do you have a monitoring report on the kafka consumer subscription ?
  3. What impact do you see on the Jmeter ?