Skip to content

Commit

Permalink
try also changing outcomes dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed Mar 19, 2024
1 parent 5b302c8 commit e5a51ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ services:
# since we did not do a proper migration
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
command: consumer --storage outcomes_raw --auto-offset-reset=earliest --max-batch-time-ms 750 --no-strict-offset-reset --no-skip-write
# Kafka consumer responsible for feeding transactions data into Clickhouse
snuba-transactions-consumer:
<<: *snuba_defaults
Expand Down

0 comments on commit e5a51ba

Please sign in to comment.