About dubbo's load balancing

1 dubbo cluster

Deploy the same service to multiple machines and then register them all with the registry. Such multiple machines are a dubbo cluster.

2 What is the load balancing of dubbo?

Since the same service exists on multiple machines, when the consumer pulls a service from the registry, it will find that there are multiple services available, so load balancing is required.

For example, randomly select a service call.

3

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325596876&siteId=291194637