kafka SASL/SCRAM Failed authentication
问题 I tried to add security to my kafka cluster, I followed the documentation: https://kafka.apache.org/documentation/#security_sasl_scram https://docs.confluent.io/current/kafka/authentication_sasl/authentication_sasl_scram.html# I add the user using this: kafka-configs.sh --zookeeper zookeeper1:2181 --alter --add-config 'SCRAM-SHA-256=[password=admin-secret],SCRAM-SHA-512=[password=admin-secret]' --entity-type users --entity-name admin I modify the server.properties: broker.id=1 listeners=SASL