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

    Type Alias PeerInfo

    type PeerInfo = {
        active: Nanos;
        current: boolean;
        lag: number;
        name: string;
        offline: boolean;
    }
    Index

    Properties

    active: Nanos

    Nanoseconds since this peer was last seen

    current: boolean

    Indicates if the server is up-to-date and synchronised

    lag: number

    How many uncommitted operations this peer is behind the leader

    name: string

    The server name of the peer

    offline: boolean

    Indicates the node is considered offline by the group