DOCKER und LOCALHOST erfordern Authentifizierung
[demos/kafka/training] / README.sh
index 7d6406d..9eb16c4 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -30,3 +30,5 @@ echo
 echo "Nachrichten lesen mit kafkacat"
 echo
 docker-compose -f docker/docker-compose.yml exec cli kafkacat -C -b kafka:9092 -t test -o beginning -e
+
+kafkacat -L -b :9092 -Xsecurity.protocol=sasl_plaintext -Xsasl.mechanisms=PLAIN -Xsasl.username=client -Xsasl.password=client-secret