vertx / io.vertx.reactivex.ext.consul / ConsulClient / rxPeersStatus

rxPeersStatus

open fun rxPeersStatus(): Single<MutableList<String>>

Retrieves the Raft peers for the datacenter in which the the agent is running. It returns a list of addresses "10.1.10.12:8300", "10.1.10.13:8300"

Return