Closed
Conversation
h2482018
reviewed
Sep 14, 2017
| * @author william.liangf | ||
| * @author chao.liuc | ||
| */ | ||
| public class FailoverClusterInvoker<T> extends AbstractClusterInvoker<T> { |
Contributor
Author
There was a problem hiding this comment.
只有FailoverClusterInvoker对于异步的方式需要特殊处理
Contributor
|
@uglycow 请帮助review一下 |
Member
|
这个方式怎么能够说优雅呢?又不是servlet。 |
Contributor
Author
|
@hepin1989 主要是和dubbo原来的方式相比,可以提出改进意见,望指教 |
Contributor
|
This pull request has conflict, please resolve it before we can merge. |
Contributor
|
Hi, Please update the title and description using English. Dubbo is a global community and we would like the PR to be reviewed by people all over the world. |
|
who can resolve the conflict? |
6 tasks
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
用于在dubbo提供一种比较简单易用的异步方式,dubbo现有的各种异步方式使用起来怪异且晦涩。
这篇文章是当初实现的时候写的: https://mp.weixin.qq.com/s?__biz=MzAxMjQ5NDM1Mg==&mid=403540515&idx=1&sn=129354d83482ea44570254e909eea164&mpshare=1&scene=1&srcid=0906zp1tqI9iPgO5jID4lGlY&pass_ticket=ejLNVWu2aTn%2FesrGNKlr4YFzgoFMlolUj%2BZDHroifqBxyaOFeDJXV4R9DtjJNovj#rd
麻烦review一下,看看能不能进入官方代码里,谢谢
如果要使用这种方式的异步,除了引入dubbo包本身外,还需要引入
com.alibaba:dubbo-async