-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Not A Problem
-
Affects Version/s: 0.9.5
-
Fix Version/s: 0.9.5
-
Component/s: Windows
-
Environment:
Windows
-
Release Note:This is a very simple change. Take any additional arguments from WindowsService and pass them to the Flume Node rather than always using a New String[].
Currently, we are unable to pass in agruments to the FlumeNodeDaemon.WindowsService method other than Start and Stop. Particularly a useful command would be to start, but with the jetty wap disabled. Really, we should be able to specify any arguments (such as -s), by placing them after Start. For example, Start -s.
I have already written this change locally and would like suggestions before I submit it for review. Thanks.