Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface ClusterInfo
import { type ClusterInfo } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";

Properties

optional
name: string

The cluster name

optional
leader: string

The server name of the RAFT leader

optional
replicas: PeerInfo[]

The members of the RAFT cluster