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

    Type Alias OverflowMinPending

    type OverflowMinPending = {
        group: string;
        min_pending: number;
    }
    Index

    Properties

    Properties

    group: string

    The name of the priority_group

    min_pending: number

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