PR #347 - Configuration via HTTP

2021-10-27 Thread Ralph Goers
As I have been promising for quite some time I finally finished the work to support configuration using a URI. I know almost no one has been active in a long time and this is a fairly large PR but I would appreciate you giving it a look over before I merge it. Once this PR is applied I plan

[GitHub] [flume] rgoers opened a new pull request #347: FLUME-3335 - Support configuration via HTTP(S)

2021-10-27 Thread GitBox
rgoers opened a new pull request #347: URL: https://github.com/apache/flume/pull/347 This PR includes the following changes: 1. Adds support for configuration via a URI. The currently supported protocols are HTTTP/S, file, and classpath. File and HTTP support reloading. It