smartloli / EFAK

A easy and high-performance monitoring system, for comprehensive monitoring and management of kafka cluster.
https://www.kafka-eagle.org/
Apache License 2.0
3.08k stars 777 forks source link

why can not connect to kafka after set SASL_PLAINTEXT and acls #87

Closed cyhrosefer closed 6 years ago

cyhrosefer commented 6 years ago

only list topics , can not get broker info and others, how to add jaas client configuration

smartloli commented 6 years ago

@cyhrosefer Please read operation manual, https://ke.smartloli.org/

# kafka sasl authenticate, current support SASL_PLAINTEXT
kafka.eagle.sasl.enable=true
kafka.eagle.sasl.protocol=SASL_PLAINTEXT
kafka.eagle.sasl.mechanism=PLAIN
kafka.eagle.sasl.client=<kafka_client_jaas.conf file path>
cyhrosefer commented 6 years ago

@smartloli ,thanks you reply, still be abnormal, when click Topic-> List -> select one topic, then can not display detail info.

smartloli commented 6 years ago

@cyhrosefer What kind of SASL protocol do you use.