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

    Type Alias DescribeGroupsGroup

    A described group.

    type DescribeGroupsGroup = {
        authorizedOperations: number;
        errorCode: number;
        groupId: string;
        groupState: string;
        members: readonly DescribeGroupsMember[];
        protocolData: string;
        protocolType: string;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    authorizedOperations: number

    Authorised operations bitmask (v3+). -2147483648 if not requested.

    errorCode: number

    Error code (0 = no error).

    groupId: string

    The group ID.

    groupState: string

    The group state (e.g. "Stable", "Empty", "Dead").

    members: readonly DescribeGroupsMember[]

    Group members with their metadata and assignments.

    protocolData: string

    The active protocol (e.g. "range", "roundrobin").

    protocolType: string

    The protocol type (e.g. "consumer").

    taggedFields: readonly TaggedField[]

    Tagged fields (v5+).