rsocket / rsocket-go

rsocket-go implementation
Apache License 2.0
511 stars 44 forks source link

L37: Go Custom Transports #44

Open linux-china opened 4 years ago

linux-china commented 4 years ago

Make gRPC run on RSocket transports:

https://github.com/grpc/proposal/pull/103/files https://github.com/grpc/proposal/blob/9b5e98916beeb8955264b28c54b8ffbdaa1d12fa/L37-go-custom-transports.md

An RSocket adapter for gRPC transportation and make RSocket and gRPC interoperate each other. Some consideration as following:

References:

jjeffcaii commented 4 years ago

I think that should be an independent project(eg: rsocket-plugin-grpc-go) and we have rsocket-rpc-go already. Anyway, we should wait for L37 proposal to be accepted in GRPC. Then we can create a sub-project. I'll implement TaggingMetadata first.