commercetest / pepper-box

Pepper-Box is kafka load generator plugin for jmeter. It produces kafka messages of type plain text (JSON, XML, CSV or any other custom format) as well as java serialized objects.
http://pepperbox.gslab.com/
Apache License 2.0
2 stars 3 forks source link

Add an optional topic parameter to the command-line for the standalone clients #27

Open julianharty opened 6 years ago

julianharty commented 6 years ago

To enable our tests to be scaled more easily I'd like to change how and where we specify the Kafka topic name from being embedded in the Producer/Consumer configuration properties to being a command-line parameter in the 2 standalone clients:

We can then specify the base topic name easily and it'll also be easier to see in logs, etc.