Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L37: Go Custom Transports #44

Open
linux-china opened this issue Jan 27, 2020 · 1 comment
Open

L37: Go Custom Transports #44

linux-china opened this issue Jan 27, 2020 · 1 comment

Comments

@linux-china
Copy link
Contributor

linux-china commented Jan 27, 2020

Make gRPC run on RSocket transports:

  • Transports message-based: wrapper metadata(gRPC metadata) and data in Payload
  • ServeTransport & ClientTransport: almost same in RSocket transportation implementation.

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants