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 aa3ce10 commit 2e10deeCopy full SHA for 2e10dee
charts/sentry/values.yaml
@@ -2269,6 +2269,7 @@ kafka:
2269
## Increasing the replicationFactor enhances data reliability during Kafka pod failures by replicating data across multiple brokers.
2270
# Note that existing topics will remain with replicationFactor: 1 when updated.
2271
replicationFactor: 3
2272
+ enabled: true
2273
# Topic list is based on files below.
2274
# - https://github.com/getsentry/snuba/blob/master/snuba/utils/streams/topics.py
2275
# - https://github.com/getsentry/sentry/blob/master/src/sentry/conf/types/kafka_definition.py
0 commit comments