summaryrefslogtreecommitdiffstats
path: root/sampleClient/src/main/resources/docker-compose/config.properties
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2023-03-29 12:52:11 +0100
committerefiacor <fiachra.corcoran@est.tech>2023-04-03 09:48:00 +0100
commitc3386ebc4fd444e810d8739f7ddd78765d36c631 (patch)
treeeee955a759be4cf85d6052b56f1ac83ae75c851b /sampleClient/src/main/resources/docker-compose/config.properties
parent2d3181aa8e21a6f4b31565958cf2cb35bc836dff (diff)
[KAFKA] Add docker-compose to sample projectHEADmaster
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Iaa3c2ff9b60aa5a691242deec82911a700222d9a Issue-ID: DMAAP-1847
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