You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?:
The text was updated successfully, but these errors were encountered:
awayings
changed the title
Could not get method specific config in clusters/loadbalances for generic service call ($invoke)
method name '$invoke' is used to retrieve method level configs like 'retries' or 'loadbalance' in generic service call.
Oct 11, 2021
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?:
The text was updated successfully, but these errors were encountered: