https://bz.apache.org/bugzilla/show_bug.cgi?id=64918
Bug ID: 64918
Summary: Jmeter script is not working as expected when I run in
Non-GUI Mode.
Product: JMeter
Version: 5.3
Hardware: PC
Status: NEW
Severity: critical
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.4
I create a Jmeter script to push the message on to confluent kafka topic.
In order to push the message on to the topic used kafka support and kafka
backend listener plugins which were installed using the Jmeter GUI (5.3) with
the help of plugin manager.
In the script, as I need to connect to confluent kafka, I need to use start the
producer with sasl below config along with bootstrap server and
"security.protocol", "SASL_SSL"
"sasl.mechanism", "PLAIN"
"sasl.jaas.config", "org.apache.kafka.common.security.plain.PlainLoginModule
required username='' password=''
So for this reason, I used JSR223 sampler where Im passing all these as
properties and connecting the producer.
Problem: When I run using the Jmeter GUI then I can able to see that message is
geting published but when I run the same script in non GUI mode then unable to
publish the message on to the kafka.
Please help me with this issue.
--
You are receiving this mail because:
You are the assignee for the bug.