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 SASL_SSL support to PepperBoxLoadGenerator #22

Open julianharty opened 6 years ago

julianharty commented 6 years ago

I would like to be able to use PepperBoxLoadGenerator to test independently of jmeter. Some of that testing involves testing of systems with SASL_SSL so it's time to add that support to the load generator code (similar to what was added to the Java Sampler). I've already started implementing the functionality, therefore this issue is to recognise that work and enable us to track it's progress.

The implementation started with https://github.com/commercetest/pepper-box/commit/56a70e026ed72fa938fc3f043bba13414eaf2842 however it doesn't seem to work correctly (or perhaps wasn't configured correctly). I've since worked out how to configure logging which may help me determine what was incorrect https://github.com/commercetest/pepper-box/commit/0aba115e18b6d3f738bdccca06141827a677339e