Apache Dubbo asynchronous calls and asynchronous execution

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/valada/article/details/100588212

Apache Dubbo Alibaba's high-performance open source scalable distributed RPC framework, introduced in JDK8 CompletableFuture class implements an asynchronous call in the true sense of the consumer side of its services to achieve asynchronous calls Dubbo 2.7.0 version; the service provider is In order to avoid different services share the same internal thread pool causing a Dubbo interaction, it provides asynchronous processing capabilities, enabling full link asynchronous.

Chat present as follows:

  • Asynchronous calls and asynchronous processing model provided Dubbo
  • How to Dubbo before 2.7.0 version of the service consumer end use asynchronous calls, and its shortcomings
  • After Dubbo 2.7.0 version of how the service consumer end use asynchronous calls
  • How the service provider to perform asynchronous interface based on the definition CompletableFuture signature
  • How the service provider using asynchronous execution AsyncContex t

Read more: http://gitbook.cn/gitchat/activity/5d6bbb017a3acd1b4cb66416

You can also download CSDN community's quality original content GitChat App, read more GitChat exclusive technical content Oh.

FtooAtPSkEJwnW-9xkCLqSTRpBKX

Guess you like

Origin blog.csdn.net/valada/article/details/100588212