Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fluvio consume should default to all partitions #3486

Closed
digikata opened this issue Aug 23, 2023 · 0 comments
Closed

Fluvio consume should default to all partitions #3486

digikata opened this issue Aug 23, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@digikata
Copy link
Contributor

What happened
When fluvio consume TOPIC is run with a topic which is configured as multi-partitions, the default currenly selects partition zero. Default to consuming from all partitions instead (see existing -A" flag)

Expected behavior
fluvio consume TOPIC will operate how flluvio consume TOPIC -A

@digikata digikata added the bug Something isn't working label Aug 23, 2023
bors bot pushed a commit that referenced this issue Aug 25, 2023
Consume all partitions by default in Fluvio CLI and connectors.

Fluvio CLI can also read a sub-set of partitions: `fluvio consume topic -p 1 -p 2`

Fixes #3486
@bors bors bot closed this as completed in 69e2a11 Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants