Github user mmiklavc commented on the issue:
https://github.com/apache/metron/pull/1081
Also @merrimanr agreed about the points you made regarding restart-ability,
etc. in the long run. In the short term, @cestella has done a rather good job
of summarizing my thoughts on a v1 pass at this feature set.
I will:
- add Job ID in the return status (was going to add that when I do the job
manager follow-on to this PR, but I'll just do it here)
- add the ability to pass a job name, ie job.setJobName(name) - I'll handle
the actual job naming in the pcapservice and pass that as a parameter. I think
that's a natural place for that logic.
- Add ability to pass the queue name
How's that sound to you both?
---