Hi, There are many handler threads and worker threads in Dubbo, Do we have a plan to use disruptor as one of the common thread pool implement, Disruptor library is known to be one of the fastest ways of implementing the queues that are required for communication between producers and consumers.
With disruptor builtin, I believe there will be some performance improvement on thread pool. Moriadry