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

    Type Alias ClusterInfo

    type ClusterInfo = {
        leader?: string;
        leader_since?: string;
        name?: string;
        raft_group?: string;
        replicas?: PeerInfo[];
        system_account?: boolean;
        traffic_account?: string;
    }
    Index

    Properties

    leader?: string

    The server name of the RAFT leader

    leader_since?: string

    The ISO timestamp when the RAFT leader was elected.

    name?: string

    The cluster name

    raft_group?: string

    Name of the raft group managing the asset

    replicas?: PeerInfo[]

    The members of the RAFT cluster

    system_account?: boolean

    True if the traffic_account is a system account

    traffic_account?: string

    The account through which the cluster traffic flows through