We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a30434 commit ad3d9afCopy full SHA for ad3d9af
develop-docs/self-hosted/experimental/external-kafka.mdx
@@ -55,8 +55,8 @@ x-snuba-defaults: &snuba_defaults
55
KAFKA_SSL_CERT_PATH:
56
KAFKA_SSL_KEY_PATH:
57
KAFKA_SASL_MECHANISM: "PLAIN" # Valid options are PLAIN, SCRAM-SHA-256, SCRAM-SHA-512.
58
- KAFKA_SASL_USERNAME: "username"
59
- KAFKA_SASL_PASSWORD: "password"
+ KAFKA_SASL_USERNAME: "<username>"
+ KAFKA_SASL_PASSWORD: "<password>"
60
```
61
62
If you encounter any failing startup, try to use `consumer` instead of `rust-consumer`.
0 commit comments