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
It is simple and high-performance if we run gRPC server and gateway in the same process, but now a localhost network call is necessary which lower the performance (our test data is 70% lower).
Has any better solution to utilize the features of gRPC server( eg. Intercepter) and avoid network call?