-
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
Async optimization. #3287
Comments
Just for a record: |
yes, but we can't know that consumer use async |
Nope, currently Dubbo's consumer asynchronous depends on the server configuration, so we can of course know if the client is using asynchronous... |
if user use like this |
In this case, the dubbo framework is treated as a synchronous call. This will not cause any problems. |
I don't know the content on this picture. This issue was created to discuss the problem of asynchronous methods in the dubbo framework(Or asynchronous in the dubbo kernel). My records are not the same problem as the scene you describe. If there are other problems with dubbo's asynchronous, you should create a complete issue to describe it. Thx. |
The text was updated successfully, but these errors were encountered: