Skip to content

Commit 2403619

Browse files
Fix commit-log-topic parameter configuration problem (#1817)
* Fix the problem that the commit-log-topic of the transactions consumer group is incorrect after post-process-forwarders split errors and transactions * remove commit-log-topic param from snuba transaction consumer Co-authored-by: hubertdeng123 <[email protected]>
1 parent 144fd37 commit 2403619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ services:
254254
# Kafka consumer responsible for feeding transactions data into Clickhouse
255255
snuba-transactions-consumer:
256256
<<: *snuba_defaults
257-
command: consumer --storage transactions --consumer-group transactions_group --auto-offset-reset=latest --max-batch-time-ms 750 --commit-log-topic=snuba-commit-log
257+
command: consumer --storage transactions --consumer-group transactions_group --auto-offset-reset=latest --max-batch-time-ms 750
258258
snuba-replacer:
259259
<<: *snuba_defaults
260260
command: replacer --storage errors --auto-offset-reset=latest --max-batch-size 3

0 commit comments

Comments
 (0)