Hi - Is there an easy way to run tasks locally all within the same jvm to ease debugging? Or else, is there a good way to attach a debugger to separate task processes?
I’m thinking something along the lines of Storm’s LocalCluster, where there is some emulation of separate processes but using threads within the same jvm. Thanks Tyson
