summaryrefslogtreecommitdiffstats
path: root/sampleClient/src/main/resources/docker-compose/config.properties
blob: 7b8734e02ea2df3e0aa7c048a85ae2e171790f9a (plain)
1
2
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