-
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
CompletableFuture<T> support for GenericService. #3163
Comments
应该是可以的,不过我需要验证一下效果,但是需要改造一下GenericService接口。
|
OK,期待... |
I was suddenly more curious at the time that the GenericService did not implement asynchronous calls? Haha |
oninvoke、onreturn、onthrow 也要支持下 GenericService |
Is there any progress on this feature? |
@chickenlj |
@carryxyh No hurry, if you don't get enough time maybe I can give it a try. Just make sure we don't spend too much time repeating this issue. |
Simple pr for this issue: Would u pls have a review? |
I am on it. |
泛化调用中
这里可不可以异步调用返回个Future。我的工具实现会有多个
ReferenceConfig
缓存,我可以单独再用一个线程池来作为$invoke
的执行上下文。但每个ReferenceConfig
好像都有一组线程来维持,这个本身能不能异步调用?The text was updated successfully, but these errors were encountered: