NATS C Client with JetStream and Streaming support  3.13.0
The nats.io C Client, Supported by Synadia Communications Inc.
Loading...
Searching...
No Matches
jsClusterInfo Struct Reference

#include <nats.h>

Public Attributes

char * Name
 
char * Leader
 
jsPeerInfo ** Replicas
 
int ReplicasLen
 
char * RaftGroup
 
int64_t LeaderSince
 UTC time expressed as number of nanoseconds since epoch.
 
bool SystemAcc
 
char * TrafficAcc
 

Detailed Description

Information about the underlying set of servers that make up the stream or consumer.

Member Data Documentation

◆ Name

char* jsClusterInfo::Name

◆ Leader

char* jsClusterInfo::Leader

◆ Replicas

jsPeerInfo** jsClusterInfo::Replicas

◆ ReplicasLen

int jsClusterInfo::ReplicasLen

◆ RaftGroup

char* jsClusterInfo::RaftGroup

◆ LeaderSince

int64_t jsClusterInfo::LeaderSince

◆ SystemAcc

bool jsClusterInfo::SystemAcc

◆ TrafficAcc

char* jsClusterInfo::TrafficAcc

The documentation for this struct was generated from the following file: