Skip to content

Commit

Permalink
feat: replacer defaults to auto.offset.reset=earliest
Browse files Browse the repository at this point in the history
same as #5753 and
#5765
  • Loading branch information
lynnagara committed Apr 12, 2024
1 parent 29b9ebb commit 4bc4ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snuba/cli/replacer.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
)
@click.option(
"--auto-offset-reset",
default="error",
default="earliest",
type=click.Choice(["error", "earliest", "latest"]),
help="Kafka consumer auto offset reset.",
)
Expand Down

0 comments on commit 4bc4ac1

Please sign in to comment.