@nats-io/jetstream
    Preparing search index...

    Type Alias OverflowMinAckPending

    type OverflowMinAckPending = {
        group: string;
        min_ack_pending: number;
    }
    Index

    Properties

    group: string

    The name of the priority_group

    min_ack_pending: number

    Only deliver messages when num_ack_pending for the consumer is greater than this value