Microservice Governance

Demonstrate how to solve Dubbo microservice governance problems, such as transactions, full link tracking, current limiting and degradation, etc.

Transaction Management

This example demonstrates how to implement transaction management of distributed Dubbo services through Seata to ensure data consistency.

rate limit downgrade

Use Sentinel to protect your application from stability issues caused by sudden traffic overload of individual services.

http gateway access (document construction)

By converting the gateway http to dubbo protocol, the front-end traffic can be connected to the back-end dubbo service.

Spring Cloud system interoperability (document construction)

Demonstrates how to communicate with Spring Cloud's rest protocol through the Dubbo3 application-level service discovery mechanism.



Last modified January 2, 2023: Enhance en docs (#1798) (95a9f4f6c1c)