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
Current implementation of go SDK is using HTTP API. gRPC is more optimal protocol than HTTP, so I think that we should add gRPC API to our services and update SDK to communicate over gRPC.
The text was updated successfully, but these errors were encountered:
Current implementation of go
SDK
is usingHTTP
API.gRPC
is more optimal protocol thanHTTP
, so I think that we should addgRPC
API to our services and updateSDK
to communicate overgRPC
.The text was updated successfully, but these errors were encountered: