ConsumerStatus enumeration
An enum with all consumer status
public enum ConsumerStatus
Values
name | value | description |
---|---|---|
Stopped | 0 | When the consumer is stopped |
Running | 1 | When all consumer partitions are running |
PartiallyRunning | 2 | When the consumer has paused and running partitions at the same time |
Paused | 3 | When all consumer partitions are paused |
See Also
- namespace KafkaFlow.Consumers