DOCKER und LOCALHOST erfordern Authentifizierung
[demos/kafka/training] / docker / client.properties
diff --git a/docker/client.properties b/docker/client.properties
new file mode 100644 (file)
index 0000000..8a04387
--- /dev/null
@@ -0,0 +1,5 @@
+sasl.mechanism=PLAIN
+security.protocol=SASL_PLAINTEXT
+sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \
+  username="client" \
+  password="client-secret";