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
{{ message }}
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.
Looks like those methods were added for sending on concrete address, bypassing phase router.route()
Why we can't just set a custom router (it's just a biFunction) at serviceCall. In this case public api would remain clear (w/o those overloaded variants) and client would have to have to use setup mechanism in order to do something custom.
there are rare cases where you want to control manually the addressing to specific endpoint
for example if you are developing some distributed algo such as leader election.
That's the point: it's rare. Hence let's not pollute public api with overloaded signatures. In such cases let's client go and define a custom router on service call.
Looks like those methods were added for sending on concrete address, bypassing phase
router.route()
Why we can't just set a custom router (it's just a biFunction) at serviceCall. In this case public api would remain clear (w/o those overloaded variants) and client would have to have to use setup mechanism in order to do something custom.
Looping @ronenhamias
The text was updated successfully, but these errors were encountered: