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

Incorporate rest/grpc multiplexing and code gen for grpc protobuf & HTTP/2 use cases #52

Open
zeeshanlakhani opened this issue Jan 30, 2023 · 0 comments
Labels
axum Axum-related work enhancement New feature or request help wanted Extra attention is needed

Comments

@zeeshanlakhani
Copy link
Contributor

zeeshanlakhani commented Jan 30, 2023

Summary

Support tonic's implementation of gRPC, which is tied in with protobuf-codegen via prost.

Via a prompt, if grpc support is needed, which should run the server as a multiplex service, taking into account the grpc health check specifics, etc. Obviously, this addition should support tracing, etc. To implement the grpc-specific tracing needs, we can go ahead and gander here: davidB/tracing-opentelemetry-instrumentation-sdk#36. For the multiplexing, https://github.com/jvdwrf/axum-tonic/tree/main/src seems like a suitable lib already doing it.

Also, an example to look at: https://github.com/EmbarkStudios/server-framework.

@zeeshanlakhani zeeshanlakhani added help wanted Extra attention is needed axum Axum-related work enhancement New feature or request labels Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
axum Axum-related work enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant