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
gateway generated code uses something called ServerMetadata . The trailers from this metadata are returned from gateway response (not the original trailer from grpc response). This seems like a way for grpc server implementation to return some extra metadata. This seems unnecessary.
Below is an example of generated code that shows how ServerMetadata is used.
gateway generated code uses something called
ServerMetadata
. The trailers from this metadata are returned from gateway response (not the original trailer from grpc response). This seems like a way for grpc server implementation to return some extra metadata. This seems unnecessary.Below is an example of generated code that shows how
ServerMetadata
is used.The text was updated successfully, but these errors were encountered: