Advance microservice development
This guide shows how to reinforce microservices with ServiceComb's handler chain. From here you can learn how to use ServiceComb's handler chain by the following links below:
-
Load Balance. Distribute requests equally among service instances.
-
Flow Control. Limit number of requests of a microservice.
-
Service Management. Isolate abnormal services and stop cascading failure in microservice application.
-
Distributed Tracing. Visualize the flow of requests through microservices.
What’s next
-
Learn more from the Company application for a more complete example of microservice applications integrated with ServiceComb