Skip to content

Commit 2e10dee

Browse files
ugoTartanLeGrand
authored andcommitted
feat: enable Kafka replication for improved data reliability
1 parent aa3ce10 commit 2e10dee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/sentry/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,6 +2269,7 @@ kafka:
22692269
## Increasing the replicationFactor enhances data reliability during Kafka pod failures by replicating data across multiple brokers.
22702270
# Note that existing topics will remain with replicationFactor: 1 when updated.
22712271
replicationFactor: 3
2272+
enabled: true
22722273
# Topic list is based on files below.
22732274
# - https://github.com/getsentry/snuba/blob/master/snuba/utils/streams/topics.py
22742275
# - https://github.com/getsentry/sentry/blob/master/src/sentry/conf/types/kafka_definition.py

0 commit comments

Comments
 (0)