Release 10.0
Added Services
pub.consul.client:deregisterService WmConsul. Deregisters a microservice from a Consul server.
pub.consul.client:getAllHostsForService WmConsul. Queries the Consul server for a list of active hosts that have registered the given microservice with Consul.
pub.consul.client:getAnyHostForService WmConsul. Queries the Consul server for a list of active hosts that have registered the given microservice with Consul and if there are multiple hosts for this microservice, randomly return one of those hosts.
pub.consul.client:registerService WmConsul. Registers a microservice with a Consul server. Use as a startup service for the package being registered as a microservice.