Communication Between Several Storm Topologies
问题 I am trying to deploy several Storm topologies in production. I checked the documentation but couldn't find any references on whether it is possible for the topologies to communicate via native methods. Does anyone have any suggestions on how this could be implemented? In short, I am interested to see if the it's possible for tuples to be sent across topologies. Thanks for your help! 回答1: Theoretically, you could probably make it happen. Practically, no. If you want to communicate via tuples,