Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
webMethods API Portal is an API discovery and documentation tool built with multiple services and applications.
The services include:
The applications include:
Each of the services and applications can be termed as "runnable".
ZooKeeper is an Apache project providing a distributed, eventually consistent hierarchical configuration store.
ZooKeeper originated out of the world of Hadoop, where it was built to help in the maintenance of the various components in a hadoop cluster. It is a distributed configuration store that provides notifications to registered clients. With this, it is possible to build a service discovery infrastructure, however every service must explicitly register with ZooKeeper, and the clients must then check in the configuration.
As stated above Zookeeper is a hierarachial configuration store. We could use below tools to view the configuration entries.
Caution: As stated above Zookeeper is the central place of information lookup for services. Please use the tools for just view the internal detail and do not alter / change anything.
From the configuration parameters listed above, the clientPort configuration parameters indicates the port of the ZooKeeper instance. You can use the zkHost:clientPort information to connect via ZooViewer and view the entries.