confluent-kafka-dotnet
Show / Hide Table of Contents

Class DescribeConsumerGroupsOptions

Options for the "AdminClient.DescribeConsumerGroupsOptions" method.

Inheritance
object
DescribeConsumerGroupsOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DescribeConsumerGroupsOptions

Properties

IncludeAuthorizedOperations

Decides if the broker should return authorized operations.

Default: false

Declaration
public bool IncludeAuthorizedOperations { get; set; }
Property Value
Type Description
bool

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?
In this article