Skip to content

Commit

Permalink
docs: document replication factor and persistence size for future enh…
Browse files Browse the repository at this point in the history
…ancements (#1505)

* docs: document replication factor and persistence size for future enhancements

* docs: document replication factor and persistence size for future enhancements
  • Loading branch information
patsevanton authored Oct 3, 2024
1 parent ac527da commit 480d943
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1921,6 +1921,8 @@ zookeeper:
kafka:
enabled: true
provisioning:
## Increasing the replicationFactor enhances data reliability during Kafka pod failures by replicating data across multiple brokers.
# replicationFactor: 1
enabled: true
# Topic list is based on files below.
# - https://github.com/getsentry/snuba/blob/master/snuba/utils/streams/topics.py
Expand Down Expand Up @@ -2047,6 +2049,9 @@ kafka:
replicaCount: 3
## if the load on the kafka controller increases, resourcesPreset must be increased
# resourcesPreset: small # small, medium, large, xlarge, 2xlarge
## if the load on the kafka controller increases, persistence.size must be increased
# persistence:
# size: 8Gi
## Use this to enable an extra service account
# serviceAccount:
# create: false
Expand Down

0 comments on commit 480d943

Please sign in to comment.