jmeter-backend-listener-kafka
jmeter-backend-listener-kafka copied to clipboard
AWS MSK SSL Enabled connectivity issue with Kafka backend listener
Hi Rahul,
We are trying to use the Kafka backend listener created by you ,But facing some error :
Below is the configuration :
- We are using JMeter 5.1 windows version
- And pushing results to the AWS managed MSK kafka service .
- And SSL is enables to handshake .
- Telnet is working from the JMeter machine.
- JAFR jmeter.backendlistener.kafka-1.0.0.jar is there in the Lib/ext folder .
Here is the configuration we are using :
| kafka.acks | 1 |
|---|---|
| kafka.bootstrap.servers | b-1.kafka-xxxxxxxx.amazonaws.com:9094,b-2.kafka-xxxxxxxx.amazonaws.com:9094,b-3.kafka-xxxxxxxx.amazonaws.com:9094 |
| kafka.topic | xxxxxxx_test_topic |
| kafka.sample.filter | |
| kafka.fields | |
| kafka.test.mode | info |
| kafka.parse.all.req.headers | false |
| kafka.parse.all.res.headers | false |
| kafka.timestamp | yyyy-MM-dd'T'HH:mm:ss.SSSZZ |
| kafka.compression.type | |
| kafka.ssl.enabled | true |
| kafka.ssl.key.password | xxxxxxx |
| kafka.ssl.keystore.location | C:\Users\xxxxxx\CORE\Kafka\xxxxxx.jks |
| kafka.ssl.keystore.password | xxxxxx |
| kafka.ssl.truststore.location | C:\Users\xxxxxx\CORE\Kafka\xxxxx.jks |
| kafka.ssl.truststore.password | xxxxx |
| kafka.ssl.enabled.protocols | TLS |
| kafka.ssl.keystore.type | JKS |
| kafka.ssl.protocol | TLS |
| kafka.ssl.provider | |
| kafka.ssl.truststore.type | JKS |
| kafka.batch.size | 16384 |
| kafka.client.id | JMeterKafkaBackendListener |
| kafka.connections.max.idle.ms | 180000 |
Is not getting reflecting it and fetching the default values of parameters
Please help.
Thanks
MS
Hello , Can you please help here .