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

    Type Alias DescribeGroupsRequest

    DescribeGroups request payload.

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

    Properties

    groups: readonly string[]

    The group IDs to describe.

    includeAuthorizedOperations?: boolean

    Whether to include authorised operations (v3+).

    taggedFields?: readonly TaggedField[]

    Tagged fields (v5+).