Kafka “Login module not specified in JAAS config”
问题 I have a problem communicating with Kafka secured with sasl using console scripts. Kafka is secured with sasl , listener is SASL_PLAINTEXT and mechanism is PLAIN . What I did: I tried listing some data using one of kafka scripts: bin/kafka-consumer-groups.sh --bootstrap-server (address) --list However I get WARN Bootstrap broker (address) disconnected (org.apache.kafka.clients.NetworkClient) and command fails, which is understandable because it's secured with sasl. So I tried how to add