Skip to content

Commit

Permalink
Update aiven quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinocchiaro committed Mar 26, 2024
1 parent abd8769 commit fd6866c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/quickstart-aiven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart-aiven/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd6866c

Please sign in to comment.