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

    Type Alias FindCoordinatorRequest

    FindCoordinator request payload.

    type FindCoordinatorRequest = {
        coordinatorKeys?: readonly string[];
        key: string;
        keyType?: CoordinatorType;
        taggedFields?: readonly TaggedField[];
    }
    Index

    Properties

    coordinatorKeys?: readonly string[]

    Keys to look up coordinators for (v4+, batched lookup). If provided, key is ignored.

    key: string

    The coordinator key (group ID or transactional ID). Used in v0–v3. In v4+ this is ignored if coordinatorKeys is provided.

    keyType?: CoordinatorType

    The coordinator type (v1+).

    • 0 = GROUP (default)
    • 1 = TRANSACTION
    taggedFields?: readonly TaggedField[]

    Tagged fields (v4+).