pepper-box icon indicating copy to clipboard operation
pepper-box copied to clipboard

Pepper-Box is kafka load generator plugin for jmeter. It allows to send kafka messages of type plain text(JSON, XML, CSV or any other custom format) as well as java serialized objects.

Results 43 pepper-box issues
Sort by recently updated
recently updated
newest added

I'm running `mvn clean install -Djmeter.version=5.5 -Dkafka.version=3.3.1` and getting the following error. How do I resolve it? Thank you [INFO] Scanning for projects... [INFO] [INFO] -----------------------< pepper-box:pepper-box >------------------------ [INFO] Building...

down loaded the pepperbox master. generated the jar files and added to jmeter within the Pepper-Box Serialized Config added "com.gslab.pepper.Message" select the load button "failed to load class properties "com.gslab.pepper.Message"...

JAAS.conf file content. JMeter { org.apache.kafka.common.security.scram.ScramLoginModule required doNotPrompt=false useKeyTab=false username="" password="" storeKey=false; }; Plugin used : Kafka pepper box System properties added to enable SCRAM authentication • sasl.enabled.mechanisms=SCRAM-SHA-256 • security.inter.broker.protocol=SASL_SSL...

I have the setup where I have to test for 5000 concurrent requests from 5000 threads/users. While executing I am getting heap memory issue.

Hi, I’ve been able to successfully send messages to Kafka successfully using the Pepper-Box plugin. However these messages are not being accepted as they are unencrypted. Is there a way...

Hi, I need to send the message along with the avro schema. Is there any way, we can send the avro schema along with the payload?

I am trying to send big size Jsons through Pepper-Box Plain Text Config and getting exception: java.lang.ClassFormatError: Truncated class file at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?] at java.lang.ClassLoader.defineClass(ClassLoader.java:1016) ~[?:?] at java.lang.ClassLoader.defineClass(ClassLoader.java:877) ~[?:?]...

Hi Team, I wanted to call Beanshell Preprocessor/Sampler before Pepperbox Avroschema Config execution how it could be done? There is Beanshell processing code from which output will be generated and...

Hello, I'm trying to make this work on JMeter 5.2.1 & Kafka 2.4.0I installed using brew on my mac and even when I put the JAR file on the folder...

When I add properties in PepperBoxKafkaSampler it isn't saved. I would like to send unix timestamp with the sampler. Any advice how to best add a timestamp property?