Skip to main content
Version: 3.x

ConsumerStatus enumeration

An enum with all consumer status

public enum ConsumerStatus

Values

namevaluedescription
Stopped0When the consumer is stopped
Running1When all consumer partitions are running
PartiallyRunning2When the consumer has paused and running partitions at the same time
Paused3When all consumer partitions are paused

See Also