mwitkow / grpc-proxy

gRPC proxy is a Go reverse proxy that allows for rich routing of gRPC calls with minimum overhead.
Apache License 2.0
962 stars 210 forks source link

Add ProxyStreamToConn that returns the proxy status as an error. #3

Closed devnev closed 7 years ago

devnev commented 8 years ago

Returning an error allows the caller to completely define the logging and error handling policies.

mwitkow commented 7 years ago

Thanks nev, this is not needed anymore. Normal Interceptors for ClientConn and Server should work.