Integration Server 10.15 | Microservices Runtime Guide | Consul Support | Consul Public Services Folder
 
Consul Public Services Folder
 
pub.consul.client:deregisterService
pub.consul.client:getAllHostsForService
pub.consul.client:getAnyHostForService
pub.consul.client:registerService
The following table identifies the elements available in the consul folder of the WmConsul package:
Element
Package and Description
WmConsul. Deprecated - There is no replacement service. De-registers a microservice from a Consul server. Use as a shutdown service for the package being registered as a microservice.
WmConsul. Deprecated - There is no replacement service. Queries the Consul server for a list of active hosts that have registered the given microservice with Consul.
WmConsul. Deprecated - There is no replacement service. 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.
WmConsul. Deprecated - There is no replacement service. Registers a microservice with a Consul server. Use as a startup service for the package being registered as a microservice.
Note:
The WmConsul package is compatible with Consul version 1.6.9 or earlier.
Note:
The WmConsul package is deprecated. You can develop services that work with the latest Consul API by following the Consul API documentation at https://www.consul.io/api-docs.