Skip to content

Failed to read SASL handshake header : EOF #36

Closed
@yanglei99

Description

@yanglei99

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions