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 9b0c783 commit aa067f8Copy full SHA for aa067f8
charts/sentry/values.yaml
@@ -2208,6 +2208,7 @@ kafka:
2208
## Increasing the replicationFactor enhances data reliability during Kafka pod failures by replicating data across multiple brokers.
2209
# Note that existing topics will remain with replicationFactor: 1 when updated.
2210
replicationFactor: 3
2211
+ enabled: true
2212
# Topic list is based on files below.
2213
# - https://github.com/getsentry/snuba/blob/master/snuba/utils/streams/topics.py
2214
# - https://github.com/getsentry/sentry/blob/master/src/sentry/conf/types/kafka_definition.py
0 commit comments