X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=docker%2Fclient.properties;h=900c056a055583f1ae14c2428a9491d31c58d6be;hb=9e40d480716c71977b2ce81a010f9450c67fc238;hp=8a04387c65e7499ed7206a801ecfd38981d0f4c2;hpb=663a9aa3a9f3dc285ea78847813db8c5c3443cca;p=demos%2Fkafka%2Ftraining diff --git a/docker/client.properties b/docker/client.properties index 8a04387..900c056 100644 --- a/docker/client.properties +++ b/docker/client.properties @@ -1,5 +1,5 @@ -sasl.mechanism=PLAIN -security.protocol=SASL_PLAINTEXT -sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required \ +sasl.mechanism=SCRAM-SHA-512 +security.protocol=SASL_PLAINTEX +sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required \ username="client" \ password="client-secret";