Class MemberAssignment
MemberAssignment represents the assignment of a consumer group member.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class MemberAssignment
Properties
TopicPartitions
Partitions assigned to current member.
Declaration
public List<TopicPartition> TopicPartitions { get; set; }
Property Value
Type | Description |
---|---|
List<TopicPartition> |