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

    Type Alias Bind

    type Bind = {
        bind?: boolean;
    }
    Index

    Properties

    Properties

    bind?: boolean

    If set to true the client will not try to check on its consumer by issuing consumer info requests. This means that the client may not report consumer not found, etc., and will simply fail request for messages due to missed heartbeats. This option is exclusive of abort_on_missing_resource.

    This option is not valid on ordered consumers.