Skip to content

Commit

Permalink
feat: run outcomes-billing consumer (#2909)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara committed Mar 20, 2024
1 parent 437bddd commit 6909054
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Expand Up @@ -40,6 +40,8 @@ x-sentry-defaults: &sentry_defaults
<<: *depends_on-default
snuba-outcomes-consumer:
<<: *depends_on-default
snuba-outcomes-billing-consumer:
<<: *depends_on-default
snuba-transactions-consumer:
<<: *depends_on-default
snuba-subscription-consumer-events:
Expand Down Expand Up @@ -263,6 +265,9 @@ services:
snuba-outcomes-consumer:
<<: *snuba_defaults
command: rust-consumer --storage outcomes_raw --consumer-group snuba-consumers --auto-offset-reset=earliest --max-batch-time-ms 750 --no-strict-offset-reset --no-skip-write
snuba-outcomes-billing-consumer:
<<: *snuba_defaults
command: rust-consumer --storage outcomes_raw --consumer-group snuba-consumers --auto-offset-reset=earliest --max-batch-time-ms 750 --no-strict-offset-reset --no-skip-write --raw-events-topic outcomes-billing
# Kafka consumer responsible for feeding transactions data into Clickhouse
snuba-transactions-consumer:
<<: *snuba_defaults
Expand Down

0 comments on commit 6909054

Please sign in to comment.