GitHub user andrasbeni opened a pull request: https://github.com/apache/flume/pull/200
Refactor ConfigurationProviders Refactor ConfigurationProviders so - they can be handled uniformly from Application - they fit the push model better - EventBus is unneccessary Also make TestPollingZooKeeperConfigurationProvider.EventSync.notified volatile You can merge this pull request into a Git repository by running: $ git pull https://github.com/andrasbeni/flume eventbus Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/200.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 #200 ---- commit dae05c319133636c96e2bdf70eab89b3b05302e5 Author: Andras Beni <andrasbeni@...> Date: 2018-03-08T06:08:27Z Refactor ConfigurationProviders so they can be handled uniformly. ---- ---