Skip to content

Commit

Permalink
Set replication factor for kafka stability
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeabih committed Nov 22, 2024
1 parent 9e95d7b commit fa24a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ kafka:
enabled: true
provisioning:
## Increasing the replicationFactor enhances data reliability during Kafka pod failures by replicating data across multiple brokers.
# replicationFactor: 1
replicationFactor: 3
enabled: true
# Topic list is based on files below.
# - https://github.com/getsentry/snuba/blob/master/snuba/utils/streams/topics.py
Expand Down

0 comments on commit fa24a10

Please sign in to comment.