Dubbo as a lightweight RPC framework solves component communication issues

Dubbo is a lightweight RPC framework that supports languages such as Java, Go, Node.js, and Javascript, helping developers build browser and gRPC-compatible HTTP APIs.

Generic Implementation

Generic implementation for providing and publishing services when the provider does not have an API (SDK)

Echo Testing

Detect whether Dubbo services are available through echo testing

Dynamically Specify IP Call

Specify the target IP for this call before initiating a Dubbo call

Direct Connection Provider

Direct connection method in Dubbo for point-to-point communication

Event Notifications Triggered by Calls

Event notifications when exceptions occur before and after calling

Server Callback to Client

Callback parameter to invoke client logic from the server side

Service Explanation (Local Mock)

Learn how to achieve service downgrade using local mocking in Dubbo

Local Stub

Understand the use of local stubs executing part of the logic on the client side in Dubbo

Local Call

Local Calls in Dubbo

Concurrency Control

Concurrency control in Dubbo

Connection Control

Connection control between server and client in Dubbo

Host Configuration

Customizing the host address exposed by Dubbo services

Result Cache Invocation

Accelerate access speed through result caching

Route Status Collection

Route Status Collection

Service Reference Configuration Object Cache

Caching ReferenceConfig in Dubbo

Parameter Validation

Parameter validation in Dubbo

Reactive Programming

Using the Reactive API for Triple Streaming Calls