Questions tagged [php-zookeeper]

PHP-ZooKeeper is a PHP extension which uses libzookeeper library to provide API for communicating with the ZooKeeper service. ZooKeeper is an Apache project that enables centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.

PHP-ZooKeeper is a PHP extension which uses libzookeeper library to provide API for communicating with the ZooKeeper service. ZooKeeper is an Apache project that enables centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. The extension can be found in github https://github.com/andreiz/php-zookeeper/

3 questions
1
vote
0 answers

Zookeeper : assign range to clients

How can I get zookeeper to manage range of number say 1 to 50, 51 to 100 etc to clients C1, C2,C3 as and when more clients connect into the group and get a range assigned?
0
votes
2 answers

Need help on Zookeeper events and Queues

We have a backend module which listen ActiveMQ, after changing the backend arch, we are using Mesos,Marathon and Zookeeper, Now we want to listen Zookeeper events, if any update come to zookeeper. Is there any Client or anything, for connect to…
-1
votes
1 answer

Do I install ZooKeeper on each machine?

I am planning to use ZooKeeper in my system. I have 6 machines I need to coordinate. Do I understand correctly that I install ZooKeeper on each of those machines? Some examples show I can create several instances on the same server, different port.…
Itay Moav -Malimovka
  • 52,579
  • 61
  • 190
  • 278