Hello community:
MotanProxyService#genericInvoker uses ForkJoinPool by default, which will bring performance problems when a large number of requests are time-consuming operations, so I submit a ISSUE[1] to show where exactly the problem is and a PR[2] to fix ISSUE[1]. There is another problem that cannot be ignored in the production environment: the timeout cannot be set ! So I released a VOLUNTEER[3]. If you are free, please see the PR[2] and help this PR[2] to solve the problem better. If you are familiar with motan framework, submit PRs if you are willing. Looking forward to your reply. [1] https://github.com/apache/incubator-shenyu/issues/3171 [2] https://github.com/apache/incubator-shenyu/pull/3172 [3] https://github.com/apache/incubator-shenyu/issues/3173
