Skip to content

Commit

Permalink
fix: set replication factor for kafka stability
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeabih committed Jan 21, 2025
1 parent 9e95d7b commit 27099dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ openai: {}
# existingSecretKey: "" # by default "api-token"

nginx:
enabled: true # true, if Safari compatibility is needed
enabled: true # true, if Safari compatibility is needed
containerPort: 8080
existingServerBlockConfigmap: '{{ template "sentry.fullname" . }}'
resources: {}
Expand Down Expand Up @@ -2016,7 +2016,8 @@ kafka:
enabled: true
provisioning:
## Increasing the replicationFactor enhances data reliability during Kafka pod failures by replicating data across multiple brokers.
# replicationFactor: 1
# Note that existing topics will remain with replicationFactor: 1 when updated.
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 27099dd

Please sign in to comment.