Enum ConsumerGroupState
Enumerates the different consumer group states.
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public enum ConsumerGroupState
Fields
| Name | Description |
|---|---|
| CompletingRebalance | Completing rebalance |
| Dead | Dead |
| Empty | Empty |
| PreparingRebalance | Preparing rebalance |
| Stable | Stable state |
| Unknown | Unknown |