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

Julianharty/add new testplan examples #20

Closed julianharty closed 6 years ago

julianharty commented 6 years ago

Merging a configuration fix and a nice example code snippet to report the JVM arguments. Also including some other improvements, particularly a check that a topic exists before the consumer script attempts to read from it. This fixes an annoying behaviour where reading from a topic before it exists causes it to be created.