Skip to content

Commit 3b869d2

Browse files
authored
docs: add comments for scheduler-executor-type consumers (#1781)
1 parent 165401c commit 3b869d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/sentry/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ snuba:
13331333
# queuedMinMessages: ""
13341334
# noStrictOffsetReset: false
13351335

1336-
subscriptionConsumerEapSpans:
1336+
subscriptionConsumerEapSpans: # should have 1 partition and only 1 consumer replica: https://github.com/getsentry/snuba/issues/5855
13371337
enabled: true
13381338
replicas: 1
13391339
env: []
@@ -1354,7 +1354,7 @@ snuba:
13541354
# autoOffsetReset: "earliest"
13551355
# noStrictOffsetReset: false
13561356

1357-
subscriptionConsumerEvents:
1357+
subscriptionConsumerEvents: # should have 1 partition and only 1 consumer replica: https://github.com/getsentry/snuba/issues/5855
13581358
enabled: true
13591359
replicas: 1
13601360
env: []
@@ -1459,7 +1459,7 @@ snuba:
14591459
# queuedMinMessages: ""
14601460
# noStrictOffsetReset: false
14611461

1462-
subscriptionConsumerMetrics:
1462+
subscriptionConsumerMetrics: # should have 1 partition and only 1 consumer replica: https://github.com/getsentry/snuba/issues/5855
14631463
enabled: true
14641464
replicas: 1
14651465
env: []
@@ -1482,7 +1482,7 @@ snuba:
14821482
# volumes: []
14831483
# volumeMounts: []
14841484

1485-
subscriptionConsumerTransactions:
1485+
subscriptionConsumerTransactions: # should have 1 partition and only 1 consumer replica: https://github.com/getsentry/snuba/issues/5855
14861486
enabled: true
14871487
replicas: 1
14881488
env: []

0 commit comments

Comments
 (0)