-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if we can switch serialization/deser between IO and Dubbo Threads. #2131
Comments
Excuse me. What is the meaning of "switch serialization/deser between IO and Dubbo Threads"? |
Netty io thread & dubbo thread pool |
@zonghaishang So it just means that we should check if the serialization/deser will succeed ? |
You are right, but more likely to provide a parameter configuration, the internal decision of the framework |
But how do we know if the serialization/deser will succeed? |
In default , decode in io is open , You can use |
we can switch serialization thread like this: there is no need to modify source code or add user define xml schema |
@chickenlj IMO, there is nothing we can do from the comments, I'll close it. Any thoughts ? |
Here's the doc describing Dubbo's ThreadPool Model: http://dubbo.apache.org/#!/docs/user/demos/thread-model.md?lang=zh-cn
Here's the code deciding Serialization thread
https://github.com/apache/incubator-dubbo/blob/70e1e6220b82fd20611d7ec2624726442671bf95/dubbo-rpc/dubbo-rpc-dubbo/src/main/java/org/apache/dubbo/rpc/protocol/dubbo/DubboCodec.java#L88
The text was updated successfully, but these errors were encountered: