suspend fun ConsulClient.peersStatusAwait(): List<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"
resultHandler
- will be provided with list of peers
Returnreference
to this, for fluency *