You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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 howflluvio consume TOPIC -A
The text was updated successfully, but these errors were encountered: