Closed
Description
I need to use the following configuration to connect to my Kafka broker. (e.g. used for kafka-console-consumer.sh )
security.protocol=SASL_SSL
sasl.mechanism=PLAIN
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="xxx" password="yyy";
I hit "Failed to read SASL handshake header : EOF" when using Kafka exporter with --sasl.enabled --sasl.username=xxx --sasl.password=yyy.
Appreciate suggestion for how to resolve the problem.
Metadata
Metadata
Assignees
Labels
No labels