ZooKeeper
ZooKeeper Service Discovery can be used to discover instances on ZooKeeper that were published by Spring Cloud ZooKeeper.
Enabling Discovery
You can enable ZooKeeper discovery in the configuration file by setting ostara.agent.main.zookeeper.enabled
to true
Configuration Table
Name | Default Value | Description |
---|---|---|
|
| Whether ZooKeeper service discovery is enabled or not |
| The Connection String that is needed to connect to Apache ZooKeeper. This is a comma-separated list of hostname:port pairs. For example, | |
|
| The node where services and service instances are kept. This defaults to the Curator recipe default of |
|
| The context path of actuator |
|
| The metadata that the agent should filter by when seeking agents. If the map is empty, the filter will not be applied |
Last updated