You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by JohnZZGithub <gi...@git.apache.org> on 2018/07/13 22:52:26 UTC

[GitHub] flume pull request #217: FLUME-3256: Adding RegisterService Component and Zo...

GitHub user JohnZZGithub opened a pull request:

    https://github.com/apache/flume/pull/217

    FLUME-3256: Adding RegisterService Component and Zookeeper registrati…

    …on for service discovery
    
    1. Add a new component named RegisterService for agent discovery
    2. Implement a Zookeeper based RegisterService to use zookeeper for service discovery
    3. Unit tests
    4. User guide change for Zookeeper RegisterService

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JohnZZGithub/flume FLUME-3256

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/217.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 #217
    
----
commit 45a8b8bfb3ee4330433da4db350d5b4c8dbd2bed
Author: JohnZZGithub <jo...@...>
Date:   2018-07-13T22:45:51Z

    FLUME-3256: Adding RegisterService Component and Zookeeper registration for service discovery
    1. Add a new component named RegisterService for agent discovery
    2. Implement a Zookeeper based RegisterService to use zookeeper for service discovery
    3. Unit tests
    4. User guide change for Zookeeper RegisterService

----


---