rahulsinghai / jmeter-backend-listener-kafka

A JMeter plug-in that enables you to send test results to a Kafka server
Apache License 2.0
29 stars 16 forks source link

AWS MSK SSL Enabled connectivity issue with Kafka backend listener #8

Open MohitSharmaEasyJet opened 1 year ago

MohitSharmaEasyJet commented 1 year ago

<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

Hi Rahul,

 

We are trying to use the Kafka backend listener created by you ,But facing some error :

 

Below is the configuration :

 

 

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

MohitSharmaEasyJet commented 1 year ago

MSK backend listner issue.docx

MohitSharmaEasyJet commented 1 year ago

Hello , Can you please help here .