This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Zookeeper registry
baju edited this page Aug 23, 2011
·
2 revisions
Rose works with discovery technology based on Pubsubhubbub. Nevertheless this technology can be easily exchange to Zookeeper discovery.
How to run:
Install bundle:
-
RoSe Zookeeper Registry
-
Create an instance of “RoSe_registry.zookeeper” with “connection” property, Rose configuration file can handle it. Example of “component” section in configuration file:
{ "factory" : "RoSe_registry.zookeeper", "properties" : { "connection" : "localhost/rose" } }
- “connection"”- Zookeeper server url
Using Zookeeper You have to keep in mind that this technology works on nonstandard http ports, so you can encounter some problems with firewalls! Comparing to Pubsubhubbub many of useless data are transmitted in subscriber point of view.
## API