Re: Creating a Network of Replicated LevelDB broker clusters

2015-03-28 Thread James A. Robinson
On Fri, Mar 27, 2015 at 11:48 AM, wonderkind wrote: > Has anyone ever created a network of brokers, with each broker been a > Master/Slave replicated LevelDB store? > My understanding has been that, for replicated LevelDB, you need a set of three brokers, one master two slave, in order to have p

Creating a Network of Replicated LevelDB broker clusters

2015-03-28 Thread wonderkind
Has anyone ever created a network of brokers, with each broker been a Master/Slave replicated LevelDB store? Is this possible? Any problem with stability during new master election? Thanks.