Qiao-yq opened a new pull request, #1103: URL: https://github.com/apache/dubbo-go-samples/pull/1103
## What is this PR about? This PR fixes critical issues in the `filter/polaris/limit` example where the `Test` service failed to register and the rate limiter did not work as expected. ## How does this PR fix it? ### Split Service Implementations - Introduced `GreetTripleServerTest` for the `Test` service. - Introduced `GreetTripleServerTest2` for the `Test2` service. - This ensures each service has its own unique instance, preventing Dubbo-go from overwriting services due to shared instances. ## Results | Service | Result | Note | | :--- | :--- | :--- | | **Test** | Partial Success | Rate-limited as expected | | **Test2** | Full Success | Rate-limited as expected | | **Errors** | None | No registration or invocation errors | Fixes #1076 -- 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]
