Skip to content

Commit 4c4c84f

Browse files
authored
Use v2 consumer everywhere (#7262)
Rolling out to all of DE was fine, this will make the batching consumer be used everywhere
1 parent 25bd694 commit 4c4c84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snuba/cli/rust_consumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
)
197197
@click.option(
198198
"--consumer-version",
199-
default="v1",
199+
default="v2",
200200
type=click.Choice(["v1", "v2"]),
201201
help="Specify which consumer version to use, v1 is stable, v2 is experimental",
202202
)

0 commit comments

Comments
 (0)