Skip to content

Commit e396944

Browse files
author
ugo
committed
feat: increase Kafka replication factor to enhance data reliability
1 parent 5e2150d commit e396944

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

charts/sentry/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2207,9 +2207,7 @@ kafka:
22072207
provisioning:
22082208
## Increasing the replicationFactor enhances data reliability during Kafka pod failures by replicating data across multiple brokers.
22092209
# Note that existing topics will remain with replicationFactor: 1 when updated.
2210-
replicationFactor: 1
2211-
parallel: 2
2212-
enabled: false
2210+
replicationFactor: 3
22132211
# Topic list is based on files below.
22142212
# - https://github.com/getsentry/snuba/blob/master/snuba/utils/streams/topics.py
22152213
# - https://github.com/getsentry/sentry/blob/master/src/sentry/conf/types/kafka_definition.py

0 commit comments

Comments
 (0)