Skip to content

Commit a5740c8

Browse files
Revert "Use v2 consumer everywhere (#7262)"
This reverts commit 4c4c84f. Co-authored-by: volokluev <[email protected]>
1 parent 4c4c84f commit a5740c8

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="v2",
199+
default="v1",
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)