-
Pre-check
Apache Dubbo ComponentJava SDK (apache/dubbo) DetailsWhy, when I used the Dubbo reactor mode in the provider, did I find that Dubbo is still running in the Dubbo handler thread pool? Under high concurrency, it still reports errors indicating that the thread pool is full. Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
icodening
Nov 7, 2024
Replies: 1 comment 3 replies
-
What thread pool do you want? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In triple, after receiving the request, it will try to submit it to the thread pool for execution, and handle the adaptation of the reactor in the thread pool.