File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ x-sentry-defaults: &sentry_defaults
4040 << : *depends_on-default
4141 snuba-outcomes-consumer :
4242 << : *depends_on-default
43- snuba-sessions-consumer :
44- << : *depends_on-default
4543 snuba-transactions-consumer :
4644 << : *depends_on-default
4745 snuba-subscription-consumer-events :
@@ -263,10 +261,6 @@ services:
263261 snuba-outcomes-consumer :
264262 << : *snuba_defaults
265263 command : consumer --storage outcomes_raw --auto-offset-reset=earliest --max-batch-time-ms 750 --no-strict-offset-reset
266- # Kafka consumer responsible for feeding session data into Clickhouse
267- snuba-sessions-consumer :
268- << : *snuba_defaults
269- command : consumer --storage sessions_raw --auto-offset-reset=latest --max-batch-time-ms 750 --no-strict-offset-reset
270264 # Kafka consumer responsible for feeding transactions data into Clickhouse
271265 snuba-transactions-consumer :
272266 << : *snuba_defaults
@@ -295,9 +289,6 @@ services:
295289 snuba-subscription-consumer-events :
296290 << : *snuba_defaults
297291 command : subscriptions-scheduler-executor --dataset events --entity events --auto-offset-reset=latest --no-strict-offset-reset --consumer-group=snuba-events-subscriptions-consumers --followed-consumer-group=snuba-consumers --schedule-ttl=60 --stale-threshold-seconds=900
298- snuba-subscription-consumer-sessions :
299- << : *snuba_defaults
300- command : subscriptions-scheduler-executor --dataset sessions --entity sessions --auto-offset-reset=latest --no-strict-offset-reset --consumer-group=snuba-sessions-subscriptions-consumers --followed-consumer-group=sessions-group --schedule-ttl=60 --stale-threshold-seconds=900
301292 snuba-subscription-consumer-transactions :
302293 << : *snuba_defaults
303294 command : subscriptions-scheduler-executor --dataset transactions --entity transactions --auto-offset-reset=latest --no-strict-offset-reset --consumer-group=snuba-transactions-subscriptions-consumers --followed-consumer-group=transactions_group --schedule-ttl=60 --stale-threshold-seconds=900
You can’t perform that action at this time.
0 commit comments