8-26 Interface interface testing stress test -1Dubbo

1. Dubbo

Dubbo is a distributed service framework that provides high performance and RPC (Remote Procedure Call Protocol) remote service invocation programs and services transparent governance programs.
Dubbo protocol features:

  • Remote call: Provides high performance based on the ability to call remote agents, in order to service interface granularity, shielding the underlying details of the remote call for developers.
  • Cluster Management: Built-in a variety of load balancing strategies to improve system throughput, and supports flexible expansion.
  • Automatic discovery: support a variety of registry services, offline services on the implementation of the perceived strength

2. Dubbo basic principles

Guess you like

Origin www.cnblogs.com/csj2018/p/11705780.html