Skip to content

Commit ad3d9af

Browse files
aldy505BYK
andauthored
Update external-kafka.mdx
Co-authored-by: Burak Yigit Kaya <[email protected]>
1 parent 5a30434 commit ad3d9af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

develop-docs/self-hosted/experimental/external-kafka.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ x-snuba-defaults: &snuba_defaults
5555
KAFKA_SSL_CERT_PATH:
5656
KAFKA_SSL_KEY_PATH:
5757
KAFKA_SASL_MECHANISM: "PLAIN" # Valid options are PLAIN, SCRAM-SHA-256, SCRAM-SHA-512.
58-
KAFKA_SASL_USERNAME: "username"
59-
KAFKA_SASL_PASSWORD: "password"
58+
KAFKA_SASL_USERNAME: "<username>"
59+
KAFKA_SASL_PASSWORD: "<password>"
6060
```
6161
6262
If you encounter any failing startup, try to use `consumer` instead of `rust-consumer`.

0 commit comments

Comments
 (0)