File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ services:
139139 # Kafka consumer responsible for feeding transactions data into Clickhouse
140140 snuba-transactions-consumer :
141141 << : *snuba_defaults
142- command : consumer --storage transactions --consumer-group transactions_group --auto-offset-reset=latest --max-batch-time-ms 750
142+ command : consumer --storage transactions --consumer-group transactions_group --auto-offset-reset=latest --max-batch-time-ms 750 --commit-log-topic=snuba-commit-log
143143 snuba-replacer :
144144 << : *snuba_defaults
145145 command : replacer --storage events --auto-offset-reset=latest --max-batch-size 3
@@ -148,7 +148,7 @@ services:
148148 command : subscriptions --auto-offset-reset=latest --consumer-group=snuba-events-subscriptions-consumers --topic=events --result-topic=events-subscription-results --dataset=events --commit-log-topic=snuba-commit-log --commit-log-group=snuba-consumers --delay-seconds=60 --schedule-ttl=60
149149 snuba-subscription-consumer-transactions :
150150 << : *snuba_defaults
151- command : subscriptions --auto-offset-reset=latest --consumer-group=snuba-transactions-subscriptions-consumers --topic=events --result-topic=transactions-subscription-results --dataset=transactions --commit-log-topic=snuba-commit-log --commit-log-group=snuba-transactions-consumers --delay-seconds=60 --schedule-ttl=60
151+ command : subscriptions --auto-offset-reset=latest --consumer-group=snuba-transactions-subscriptions-consumers --topic=events --result-topic=transactions-subscription-results --dataset=transactions --commit-log-topic=snuba-commit-log --commit-log-group=transactions_group --delay-seconds=60 --schedule-ttl=60
152152 snuba-cleanup :
153153 << : *snuba_defaults
154154 image : snuba-cleanup-onpremise-local
You can’t perform that action at this time.
0 commit comments