Gucvii opened a new pull request, #2867: URL: https://github.com/apache/dubbo-go/pull/2867
Fix: fixed Nacos weight-based load balancing (issue #2864). Users can now use `WithServerWeight` to configure server weights and `WithClientLoadBalance` to specify the load balancing strategy. **Client Configuration:**  **Server 1 Configuration:**  **Server 2 Configuration:**  **Result** **Nacos Weight:**  **Random Load Balance Strategy:**  **Round Robin Load Balance Strategy:**  *(Every 5 requests hit server2, and 1 request hits server1)* **Exported URL Format:**  **Comparison with Dubbo Java:**   -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
