lingyufei commented on issue #15677: URL: https://github.com/apache/dubbo/issues/15677#issuecomment-3268603709
I can work on this bug. Please assign it to me. Thanks. Here is what I'm gonna do. Please check it looks good to you. 1. The key of StatItem Map should be `serviceKey + method` if the `tps` is configured on the method. Otherwise, just uses `serviceKey`. `tps` for a method has higher priority then for a service. 2. Let's take the service `DemoService` for example, which contains method `A` and method `B`. `DemoService` is configured with `tps = 10`, Method `A` is configured with `tps = 20`, while Method `B` `C` isn't. Then we should use `DemoService#A` as the key for method A, and set its token to `20`. Also, we should use `DemoService` as the key for method B and any other methods in `DemoService`, and set its token to `10` -- 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]
