confluent-kafka-dotnet
Show / Hide Table of Contents

Enum ConsumerGroupState

Enumerates the different consumer group states.

Namespace: Confluent.Kafka
Assembly: cs.temp.dll.dll
Syntax
public enum ConsumerGroupState

Fields

Name Description
CompletingRebalance

Completing rebalance

Dead

Dead

Empty

Empty

PreparingRebalance

Preparing rebalance

Stable

Stable state

Unknown

Unknown

In This Article