Hi! I'm new to Storm and considering using it in a big project. I just
can't find info on one problem: is it possible to force two bolts to always
be on the same PC in a distributed cluster? I have one bolt that outputs
very large data sets to another. I would prefer this data to not have to go
over ethernet. So these two bolts should always exist in pairs on the same
machines. Is this doable? Thanks!