Hello All , I am using CXF DOSGI and ZooKeeper . I have some REST services which I can see being registered in service registry .
I have a client application which is plain Java application implemented using ZooKeeper API . My question is how do I get all the details about End Point ? When I search the node in ZooKeeper , I get the node and it has one child of type String . The value of this is something like this 192.168.1.2#8090##appentry#rqastartflow I need to read all the other details about the service which are bound as part of endpoint description . How can I read those ? Thanks Sunil -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-DOSGI-EndPoint-description-and-Zookeeper-tp5711529.html Sent from the cxf-user mailing list archive at Nabble.com.
