Class ListConsumerGroupOffsetsOptions
Options for the "AdminClient.ListConsumerGroupOffsetsAsync" method.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class ListConsumerGroupOffsetsOptions
Properties
RequestTimeout
The overall request timeout, including broker lookup, request transmission, operation time on broker, and response. If set to null, the default request timeout for the AdminClient will be used.
Default: null
Declaration
public TimeSpan? RequestTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan? |
RequireStableOffsets
Decides if the broker should return stable offsets (transaction-committed).
Default: false
Declaration
public bool RequireStableOffsets { get; set; }
Property Value
Type | Description |
---|---|
bool |