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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Can we set different request timeouts on the same api path going to service X based on caller service A and B.
for example if service A calls '/api/gettime' of service X and service B calls the same api of the same service
I want to set request timeout of 5 second for calls from service A to service X and timeout of 10 second for calls from service B to service X
I achieved the above requirement in istio using sourcelabels. Can we achieve the same using linkerd2 ?
Beta Was this translation helpful? Give feedback.
All reactions