From fd6866cd1ca3d63b31c37f2eb6336f1591937d71 Mon Sep 17 00:00:00 2001 From: Gianluca Date: Tue, 26 Mar 2024 11:34:12 +0100 Subject: [PATCH] Update aiven quickstart --- examples/quickstart-aiven/README.md | 2 +- examples/quickstart-aiven/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/quickstart-aiven/README.md b/examples/quickstart-aiven/README.md index 4900016b..db66c1fd 100644 --- a/examples/quickstart-aiven/README.md +++ b/examples/quickstart-aiven/README.md @@ -65,7 +65,7 @@ The [docker-compose.yml](docker-compose.yml) file has been revised to realize th - provisioning of the `producer.properties` configuration file to enable `SASL/SCRAM` over TLS, with username, password, and trust store password retrieved from the environment variables `username`, `password`, and `truststore_password`: ```yaml - # Configure SASL/PLAIN mechanism + # Configure SASL/SCRAM mechanism sasl.mechanism=SCRAM-SHA-256 # Enable SSL encryption security.protocol=SASL_SSL diff --git a/examples/quickstart-aiven/docker-compose.yml b/examples/quickstart-aiven/docker-compose.yml index aa59d17d..081eef82 100644 --- a/examples/quickstart-aiven/docker-compose.yml +++ b/examples/quickstart-aiven/docker-compose.yml @@ -36,7 +36,7 @@ services: configs: producer.properties: content: | - # Configure SASL/PLAIN mechanism + # Configure SASL/SCRAM mechanism sasl.mechanism=SCRAM-SHA-256 # Enable SSL encryption security.protocol=SASL_SSL