summaryrefslogtreecommitdiffstats
path: root/sampleClient/src/main/resources/docker-compose/config.properties
diff options
context:
space:
mode:
Diffstat (limited to 'sampleClient/src/main/resources/docker-compose/config.properties')
-rw-r--r--sampleClient/src/main/resources/docker-compose/config.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/sampleClient/src/main/resources/docker-compose/config.properties b/sampleClient/src/main/resources/docker-compose/config.properties
new file mode 100644
index 0000000..7b8734e
--- /dev/null
+++ b/sampleClient/src/main/resources/docker-compose/config.properties
@@ -0,0 +1,3 @@
+sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="client" password="client-secret";
+security.protocol=SASL_PLAINTEXT
+sasl.mechanism=SCRAM-SHA-512