Re: high availability using riak Java client

2013-12-09 Thread Alex Shneyderman
The simplest thing to do is to hide your cluster behind HA proxy. That way you only need to know IP address of HA proxy (or 2 IP addresses since you might want to spawn two of those as well for high availability). On Mon, Dec 9, 2013 at 7:05 AM, Shimon Benattar wrote: > Hi Riak users, > > we are

Re: high availability using riak Java client

2013-12-09 Thread Guido Medina
I meant "Hi Shimon", sorry for the wrong spelling. Guido. On 09/12/13 12:12, Guido Medina wrote: Hi Simon, We use HA proxy for that matter, set up HA proxy to at localhost:8087 and then your Riak Java client pointing to it, this is a sample HA proxy config: https://gist.github.com/gburd/1507

Re: high availability using riak Java client

2013-12-09 Thread Guido Medina
Hi Simon, We use HA proxy for that matter, set up HA proxy to at localhost:8087 and then your Riak Java client pointing to it, this is a sample HA proxy config: https://gist.github.com/gburd/1507077 HTH, Guido. On 09/12/13 12:05, Shimon Benattar wrote: Hi Riak users, we are using the Riak