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
The ideal goal is that it must have the same API, so that the service repository layer will have minimum changes. Also, it would be super cool to have the option to choose a transport layer per call (I haven't given it that much taught but I think it might not be possible, specially due to that fact that a node should not have multiple open ports). This is very handy in some scenarios like service discovery explained in #30. It's good to use ping(UDP) for failure detection and ping(HTTP) for update/service dissemination
UDP
TCP
The text was updated successfully, but these errors were encountered:
The ideal goal is that it must have the same API, so that the service repository layer will have minimum changes. Also, it would be super cool to have the option to choose a transport layer per call (I haven't given it that much taught but I think it might not be possible, specially due to that fact that a node should not have multiple open ports). This is very handy in some scenarios like service discovery explained in #30. It's good to use
ping(UDP)
for failure detection andping(HTTP)
for update/service disseminationThe text was updated successfully, but these errors were encountered: