Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to 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