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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix gRPC clients to honor downstream-timeout.
Remove grpc-downstream-authority flag in favor of grpc-proxy flag.
If grpc-proxy is set, the target URL will be set by grpc-proxy and the :authority header will be set by grpc-downstream-server. If grpc-proxy
is not set, the target URL will be set by grpc-downstream-server.
Change log-level default from debug to info.
Modify gRPC Client IDs to include grpc-proxy and grpc-downstream-server.
Additional debug logging around broadcast requests.
Bump go-grpc to 1.15.0, golang/protobuf to v1.2.0, logrus to v1.0.6.