awayings opened a new issue #1511: URL: https://github.com/apache/dubbo-go/issues/1511
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! --> **What happened**: failover_cluster_invoker/failback_cluster_invoker/zone_aware_cluster_invoker use method name '$invoke' to retrieve method level configs like 'retries' or 'loadbalance' in generic service call. **What you expected to happen**: use the real method name to retrieve configs for generic service call. **How to reproduce it (as minimally and precisely as possible)**: custom 'retries' or 'locabalance' in server side config. launch a request by genericservice client. **Anything else we need to know?**: -- 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]
