-
-
Notifications
You must be signed in to change notification settings - Fork 61
rust-consumer "concurrency" settings is not on par with python consumer #7518
Copy link
Copy link
Open
Description
Environment
Docker CLI ghcr.io/getsentry/snuba:25.8.0
Steps to Reproduce
docker run -it --entrypoint /bin/bash ghcr.io/getsentry/snuba:25.8.0
# Inside docker container
/usr/local/bin/python3.11 /usr/local/bin/snuba consumer --help
/usr/local/bin/python3.11 /usr/local/bin/snuba rust-consumer --helpExpected Result
Same "processes" alias for the "concurrency" parameter.
Actual Result
classic python consumer shows an alias for "concurrency", "parameters".
Rust-consumer does not display this parameter.
I know rust-consumer is an experimental feature, but it's already useful ! thanks for building this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Waiting for: Product Owner