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

    Type Alias OverflowMinPendingAndMinAck

    type OverflowMinPendingAndMinAck = {
        group: string;
        min_ack_pending: number;
        min_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

    min_pending: number

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