confluent-kafka-dotnet
Show / Hide Table of Contents

Enum ConsumerGroupType

Enumerates the different consumer group types.

Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public enum ConsumerGroupType

Fields

Name Description
Classic

Classic type

Consumer

Consumer type (KIP-848)

Unknown

Unknown type

In this article