@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Type Alias ConsumerGroupDescribeRequest

    ConsumerGroupDescribe request payload (v0).

    type ConsumerGroupDescribeRequest = {
        groupIds: readonly string[];
        includeAuthorizedOperations: boolean;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    groupIds: readonly string[]

    The IDs of the groups to describe.

    includeAuthorizedOperations: boolean

    Whether to include authorised operations.

    taggedFields?: readonly TaggedField[]

    Tagged fields.