Skip to main content
Version: 0.11.12

The fluvio partition command

Commands for partition management.

fluvio partition list

Prints basic information about each partition in the cluster, such as which topic it belongs to, which SPU is leading the partition, and the various offsets the partition keeps track of.

Example usage

$ fluvio partition list
TOPIC PARTITION LEADER REPLICAS RESOLUTION SIZE HW LEO LRS FOLLOWER OFFSETS
greeting 0 0 [] Online 86 B 1 1 0 []

More information about the columns HW, LEO, and LRS can be found in the details regarding the Synchronization Algorithm.