danielwegener / logback-kafka-appender

Logback appender for Apache Kafka
Apache License 2.0
640 stars 263 forks source link

Jmeter log error: .KafkaProducer: Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms #66

Open vikasrjain opened 6 years ago

vikasrjain commented 6 years ago

Hi , I am new to Kafka testing. I am using Jmeter for Kafka topic performance testing but getting ".KafkaProducer: Closing the Kafka producer with timeoutMillis = 9223372036854775807 ms" error while connecting to the Kafka producer.

Connection Details SSL protocol

ssl.key.password ssl.keystore.location ssl.keystore.password ssl.truststore.location ssl.truststore.password

Kindly suggest .

danielwegener commented 5 years ago

Hi @vikasrjain! Thanks for your question. I am not really sure if I understand you correctly. You are trying to measure the performance of a kafka topic? You can use JMeter and the kafka-client suite directly to do that, no need to use this logback-kafka-appender.