Homer Strong

Results 3 issues of Homer Strong

This is aimed at issue #418. One note is that the new [backtype.storm.util/get-process-pid](https://github.com/strongh/storm/blob/supervisor-heartbeat-worker-pids/src/clj/backtype/storm/util.clj#L319]) assumes that the `Process` returned by `backtype.storm.util/launch-process` (ie from a `ProcessBuilder`) is a `UnixProcess`. This should be...

Most `build-topology` (or equivalent) functions look very similar. In simple cases something like a macro for ``` clojure (doto (TridentTopology.) (t/new-stream "my-spout" spout) ...)) ``` could almost work. But for...

The only significant impediment to this, I think, is that the java parameter names aren't available via reflection. And I wouldn't want clojure function parameters like `arg1`, `arg2`, etc. Not...