GitHub user JunLuo opened a pull request:
https://github.com/apache/flume/pull/176
add redis channel
In some cases, we need events can not be lost. But we don't want to install
zk & kafka.
To make event deliver only once and to deploy many flume agents in
different nodes but share only one channel, we developed redis channel.
We already use the redis channel in out production environment, and we want
to feed back to flume.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JunLuo/flume trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/176.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #176
----
commit 4cfc15d077db839927b524fd8c6e6d15900cc143
Author: Jun <[email protected]>
Date: 2017-09-16T13:33:50Z
add redis channel
add redis channel
----
---