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 42ace81 commit 43ffb67Copy full SHA for 43ffb67
develop-docs/self-hosted/experimental/external-kafka.mdx
@@ -110,6 +110,6 @@ vroom:
110
SENTRY_KAFKA_SSL_CERT_PATH: ""
111
SENTRY_KAFKA_SSL_KEY_PATH: ""
112
SENTRY_KAFKA_SASL_MECHANISM: "PLAIN" # Valid options are PLAIN, SCRAM-SHA-256, SCRAM-SHA-512.
113
- SENTRY_KAFKA_SASL_USERNAME: "username"
114
- SENTRY_KAFKA_SASL_PASSWORD: "password"
+ SENTRY_KAFKA_SASL_USERNAME: "<username>"
+ SENTRY_KAFKA_SASL_PASSWORD: "<password>"
115
```
0 commit comments