Skip to content
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

Add blog translation [dubbo-101] #66 #79

Merged
merged 3 commits into from
Aug 9, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions blog/en-us/how-to-configure-serialization-thread.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

## [Issue 2131](https://github.com/apache/incubator-dubbo/issues/2131)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's no need to link to issue. : )



### EN

- Dubbo has already supported switch deserializiation between IO and Dubbo Threads.
- Users can switch bettwen IO and Dubbo threads by adding one param `decode.in.io=true/false` in consumer's request URL.
- If user set `decode.in.io=true`, Dubbo will deserialize in IO thread, otherwise, Dubbo will deserialize in Dubbo Threads. By default, the value will be `true`.
Loading