apache-zookeeper
Load balanced service using Zookeeper and Thrift
We have a computationally intensive service which is used to do a number of transformations. Its largely computationally bound (CPU bound) process. Essentially what happens is we have a message broker[详细]
2023-04-11 22:55 分类:问答Configure Zookeeper zoodiscovery centralized and replicated mode
I have a problem configuring Zookeeper to work with zoodiscovery mode centralized and replicated. The guide at http://开发者_如何学Cwiki.eclipse.org/Zookeeper_Based_ECF_Discovery is a little mysteriou[详细]
2023-04-10 22:16 分类:问答Something like Apache Zookeeper with no java?
Is there some library or project out there that works like Zookeeper but has no java depende开发者_StackOverflowncy?I\'m looking at putting this on an embedded linux system, and need minimal footprint[详细]
2023-04-09 19:46 分类:问答Data broadcasting between instances of distributed server
I\'m trying to get some feedback on the recommendations for a service \'roster\' in my specific application. I have a server app that maintains persistant socket connections with clients. I want to fu[详细]
2023-04-06 05:01 分类:问答How to create multiple instances of an application in cloud
i wanted to create a multiple instances of my application in either google cloud or EC2. I have two queries regarding this[详细]
2023-04-02 12:21 分类:问答Zookeeper v/s hardware loadbalancer
I\'ve b开发者_运维技巧een looking at Zookeeper recently and wondered how it compares with a hardware loadbalancer for the following usecases:[详细]
2023-03-27 22:26 分类:问答Trouble with HBase / Zookeeper installation
I have a problem with installing hbase on Ubuntu 11.04. I\'m new to ubuntu and actually a noob! Recently, I installed hadoop-0.20.2 on my laptop with single cluster configurations, and I ran WordCount[详细]
2023-03-23 06:12 分类:问答Zookeeper Node strategy to pick up the leader?
Suppose I have 5 node configuration in the Zookeeper {1,2,3,4,5} Zookeeper says that a leader is elected w开发者_如何学编程hen a majority of nodes vote for any given node then, the node having majorit[详细]
2023-03-22 09:32 分类:问答Why is ZooKeeper changing the name of my znode?
I am learning how to use ZooKeeper (version 3.3.3) and have it running with Cygwin (version 1.7.9). In order to create a znode, I do the following:[详细]
2023-03-16 08:23 分类:问答How to implement mutex or object monitor in ZooKeeper?
I want to implement simple class using ZooKeeper public class ResourceMonitor implements Watcher { String name = \"/zk_test3\";[详细]
2023-03-15 19:51 分类:问答