Skip to content

Commit aa067f8

Browse files
author
ugo
committed
feat: enable Kafka replication for improved data reliability
1 parent 9b0c783 commit aa067f8

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
@@ -2208,6 +2208,7 @@ kafka:
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.
22102210
replicationFactor: 3
2211+
enabled: true
22112212
# Topic list is based on files below.
22122213
# - https://github.com/getsentry/snuba/blob/master/snuba/utils/streams/topics.py
22132214
# - https://github.com/getsentry/sentry/blob/master/src/sentry/conf/types/kafka_definition.py

0 commit comments

Comments
 (0)