grpc-proxy icon indicating copy to clipboard operation
grpc-proxy copied to clipboard

Update implementation to use non-deprecated api calls

Open iwittkau opened this issue 7 years ago • 3 comments
trafficstars

I updated the implementation to use the newer grpc/encoding package.

  • update codec
  • move codec to sub-package
  • add tests
  • fix existing tests
  • update docs

To use grpc/encoding Codec interface the proxy has to register the codec as proto. Otherwise the marshalling/unmarshalling will fail. The proxy codec has to completely overwrite the proto codec behavior. I extended the codec test to make sure regular proto message get marshaled/unmarshalled correctly.

iwittkau avatar Oct 22 '18 07:10 iwittkau

Will this be merged anytime soon?

asim avatar Nov 19 '18 09:11 asim

I'm also waiting for this to be merged

Virtual-felix avatar Sep 24 '19 16:09 Virtual-felix

Will it ever be merged? Is this repo to maintained anymore @mwitkow ? If you no longer want to maintain can you transfer to someone that does or give someone rights to merge PRs?

jose-airspace avatar Dec 23 '19 17:12 jose-airspace