Apache Dubbo is a high-performance, java based open source RPC framework. It offers six key functionalities, which include transparent interface based RPC, intelligent load balancing, automatic service registration and discovery, high extensibility, runtime traffic routing, and visualized service governance. Dubbo provides high performance interface based RPC, which is transparent to users. Dubbo supports multiple load balancing strategies out of the box, which perceives downstream service status to reduce overall latency and improve system throughput. Dubbo supports multiple service registries, which can detect service online/offline instantly. Dubbo’s micro-kernel and plugin design ensures that it can easily be extended by third party implementation across core features like protocol, transport, and serialization.

Features

  • Transparent interface based RPC
  • Intelligent load balancing
  • Automatic service registration and discovery
  • Runtime traffic routing
  • Visualized service governance
  • High extensibility

Project Samples

Project Activity

See All Activity >