Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.6.0
-
None
Description
Flume service should have the following client model.
- App.FlumeService extends App.Service
- agents: App.FlumeAgent[]
- App.FlumeAgent
- name: String
- host: App.Host
- sources: int
- channels: int
- sinks: int
- status: string (enum - running, stopped, unknown)