@numaproj/numaflow-js - v0.0.0-alpha.4
    Preparing search index...

    Interface Offset

    Represents the position of a message in the source. Used for acknowledging or negative-acknowledging messages.

    interface Offset {
        offset: Buffer;
        partitionId: number;
    }
    Index

    Properties

    Properties

    offset: Buffer

    The offset value as a Buffer. Represents the position of a message in the source.

    partitionId: number

    The partition ID where this message resides.