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

    Type Alias ProduceRecordError

    Per-record error in a Produce response (v8+).

    type ProduceRecordError = {
        batchIndex: number;
        message: string | null;
    }
    Index

    Properties

    Properties

    batchIndex: number

    The index of the record that caused the error (within the batch).

    message: string | null

    Human-readable error message.