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
Sometimes it is useful to know that you are rpcing a service that does not exists.
This happens for a generic dispatchers use cases.
Let us add an explicit rpc option to fail fast for a non existing service.
This of course comes with the warning, that this might give false positives in case of a service discovery happening in parallel to an rpc. (metadata propagation, speed of light 🔦 )
The text was updated successfully, but these errors were encountered:
Sometimes it is useful to know that you are
rpc
ing a service that does not exists.This happens for a generic dispatchers use cases.
Let us add an explicit rpc option to fail fast for a non existing service.
This of course comes with the warning, that this might give false positives in case of a service discovery happening in parallel to an rpc. (metadata propagation, speed of light 🔦 )
The text was updated successfully, but these errors were encountered: