Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can always check the configuration of the ZooKeeper client by looking at the ManagedService registered by the CXF/Discovery bundle:

Code Block
-> services 65

Distributed OSGi Zookeeper-Based Discovery Single-Bundle Distribution (6) provides:
-----------------------------------------------------------------------------------
... other services ...
----
objectClass = org.osgi.service.cm.ManagedService
felix.fileinstall.filename = org.apache.cxf.dosgi.discovery.zookeeper.cfg
service.id = 38
service.pid = org.apache.cxf.dosgi.discovery.zookeeper
zookeeper.host = localhost
zookeeper.port = 2181
zookeeper.timeout = 3000

...