Hi, Community I have finished the task with sofa and tars using shared thread pool, the functions involved are as follows:
The sofa plugin supports settings to use the shared thread pool. The tars plugin supports settings to use the shared thread pool. Add a thread pool of type default. Some plugins support setting a default type thread pool, which means that the plugin will use the default thread pool, details are as follows: some plugins include motan, grpc, dubbo, sofa, tars. sofa plugin??tars plugin??grpc plugin will use their own thread pool. dubbo plugin and motan plugin will use cached thread pool. You can see the task details and commits through this link: https://github.com/apache/incubator-shenyu/issues/3406 If there is any problem, please let me know. Thanks!