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

    Type Alias DeleteRecordsPartitionResponse

    Per-partition result from a DeleteRecords response.

    type DeleteRecordsPartitionResponse = {
        errorCode: number;
        lowWatermark: bigint;
        partitionIndex: number;
        taggedFields: readonly TaggedField[];
    }
    Index

    Properties

    errorCode: number

    Error code (0 = success).

    lowWatermark: bigint

    The new low watermark for this partition.

    partitionIndex: number

    Partition index.

    taggedFields: readonly TaggedField[]

    Tagged fields (v2+).