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 5e2150d commit e396944Copy full SHA for e396944
charts/sentry/values.yaml
@@ -2207,9 +2207,7 @@ kafka:
2207
provisioning:
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: 1
2211
- parallel: 2
2212
- enabled: false
+ replicationFactor: 3
2213
# Topic list is based on files below.
2214
# - https://github.com/getsentry/snuba/blob/master/snuba/utils/streams/topics.py
2215
# - https://github.com/getsentry/sentry/blob/master/src/sentry/conf/types/kafka_definition.py
0 commit comments