Class DeleteConsumerGroupOffsetsResult
The result of delete consumer group offset request (including error status).
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DeleteConsumerGroupOffsetsResult
Properties
Group
Consumer group id.
Declaration
public string Group { get; set; }
Property Value
Type | Description |
---|---|
string |
Partitions
Partitions for which the offsets were reset for.
Declaration
public List<TopicPartition> Partitions { get; set; }
Property Value
Type | Description |
---|---|
List<TopicPartition> |