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

Invetigate exposing gRPC over Undertow port 8080 #301

Open
darranl opened this issue Oct 27, 2024 · 0 comments
Open

Invetigate exposing gRPC over Undertow port 8080 #301

darranl opened this issue Oct 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@darranl
Copy link
Contributor

darranl commented Oct 27, 2024

It is common that is users are exposing something over HTTP that they want to expose it using the same HTTP listener as everything else i.e. Undertow.

At the core gRPC is well defined messages making use of HTTP/2 - could these be intercepted and passed over the the gRPC server?

The path information sounds like it is /service name/method name so unless we deployed and used the service name to register with Undertow we may need to consider should be on the root context (like our HTTP upgrade support) - however the content-type would be application/grpc which maybe we could detect early in the request handling flow.

@darranl darranl added the enhancement New feature or request label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant