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

    Type Alias ListGroupsGroup

    A listed group.

    type ListGroupsGroup = {
        groupId: string;
        groupState: string;
        protocolType: string;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    groupId: string

    The group ID.

    groupState: string

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

    protocolType: string

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

    taggedFields: readonly TaggedField[]

    Tagged fields (v3+).