You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flume.apache.org by Zhishan Li <zh...@gmail.com> on 2015/12/04 17:18:19 UTC

how to implement "database HA" feature

How to implement the “Database HA” failover feature?

I have read https://flume.apache.org/FlumeUserGuide.html#handling-agent-failures <https://flume.apache.org/FlumeUserGuide.html#handling-agent-failures> but still without ideas. Please show me more details information?

Thanks

Re: how to implement "database HA" feature

Posted by Gonzalo Herreros <gh...@gmail.com>.
I don't know what is this "Database HA" feature but I can tell you what I
do.

I use Kafka channels and have multiple agents with the same configuration.
In front of the agents I have an http load balancer.
That way, any agent can accept requests and any agent can process them once
in the channel.

In addition, Cloudera Manager monitors are restarts agents if they die.

Regards,
Gonzalo

On 4 December 2015 at 16:18, Zhishan Li <zh...@gmail.com> wrote:

> How to implement the “Database HA” failover feature?
>
> I have read
> https://flume.apache.org/FlumeUserGuide.html#handling-agent-failures but
> still without ideas. Please show me more details information?
>
> Thanks
>