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

    Type Alias SyncGroupResponse

    SyncGroup response payload.

    type SyncGroupResponse = {
        assignment: Uint8Array;
        errorCode: number;
        protocolName: string | null;
        protocolType: string | null;
        taggedFields: readonly TaggedField[];
        throttleTimeMs: number;
    }
    Index

    Properties

    assignment: Uint8Array

    This member's partition assignment (opaque bytes).

    errorCode: number

    Error code (0 = no error).

    protocolName: string | null

    Protocol name (v5+). Null if not available.

    protocolType: string | null

    Protocol type (v5+). Null if not available.

    taggedFields: readonly TaggedField[]

    Tagged fields (v4+).

    throttleTimeMs: number

    Time the request was throttled in milliseconds (v1+).