Class DeleteConsumerGroupOffsetsOptions
Options for the DeleteGroups method.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DeleteConsumerGroupOffsetsOptions
Properties
OperationTimeout
The broker's operation timeout - the maximum time to wait for DeleteConsumerGroupOffsetsAsync before returning a result to the application. If set to null, will return immediately upon triggering record deletion.
Default: null
Declaration
public TimeSpan? OperationTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan? |
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? |