rgoers commented on PR #351: URL: https://github.com/apache/flume/pull/351#issuecomment-1297753306
Now that I look at this again I don't think I really understand how it helps. 1. It packages all the artifacts whether they are required or not. 2. Unless I am mistaken, it is getting the distribution tar and using the configuration located within that. I fail to see how useful that will be as I would expect most users would have a custom configuration. To be honest, I added Spring Boot support to simplify a LOT of this. Spring Boot packages up just the dependencies you need, uses the standard application.yml to configure Flume, and allows all the wiring of Sinks, Sources, and Channels to be performed in standard Spring Java config source files. Once packaged with the Spring Boot Maven plugin startup consists of either 1. java -Dspring.profiles.active={envName} -jar my-flume.jar 2../my-flume.jar -Dspring.profiles.active={envName} -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@flume.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org