Github user cestella commented on the issue: https://github.com/apache/metron/pull/858 Regarding remote debugging, it seems that having both in memory components AND docker is the worst of all worlds here. I would prefer to not live in a world where we can't simplify this to one solution rather than having to continue to maintain both. I would vote for either enabling remote debugging in docker *xor* just migrating the in memory components out and documenting remote debugging for those processes. Either way, documentation should be part of this PR.
---