These two articles are also very useful - http://www.michael-noll.com/blog/2013/06/21/understanding-storm-internal-message-buffers/
- http://www.michael-noll.com/blog/2012/10/16/understanding-the-parallelism-of-a-storm-topology/ Some config parameters may have been deprecated since 2013. oliv/ On Wed, May 25, 2016 at 9:41 AM, Junguk Cho <[email protected]> wrote: > Hi, all. > > I am new to Storm and have a question about messaging passing in storm. > Within one workers, each task use disruptor queue in strom. > > In one node, if there are two workers, does they use Netty for > inter-process communication? > > Thanks, > Junguk >
