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

Tracking issue for grpc Servlet API being experimental #5066

Open
dapengzhang0 opened this issue Nov 17, 2018 · 10 comments
Open

Tracking issue for grpc Servlet API being experimental #5066

dapengzhang0 opened this issue Nov 17, 2018 · 10 comments
Labels
experimental API Issue tracks stabilizing an experimental API
Milestone

Comments

@dapengzhang0
Copy link
Member

No description provided.

@dapengzhang0 dapengzhang0 added the experimental API Issue tracks stabilizing an experimental API label Nov 17, 2018
@dapengzhang0 dapengzhang0 added this to the Unscheduled milestone Nov 17, 2018
@jiaqi
Copy link

jiaqi commented Mar 14, 2020

Is the servlet package going to be released at some point?
I understand it's experimental but how are people with needs supposed to use it?

@lprimak
Copy link

lprimak commented May 13, 2021

What's the status of this gRPC -> servlet functionality?
Is anyone working on this? Is it being maintained?
Does this actually work? I am trying to get it to work but it feels half-baked.
Sometimes works, sometimes doesn't.

@AngeloRubens
Copy link

Any news for this feature?

@benstpierre
Copy link

The servlet spec is moving to Jakarta. The current release is v6. Any plans on supporting the latest servlet spec? It seems to me the new specs have a lot more functionality that might make servlet work better.

@incident-recipient
Copy link

In response to the JavaDocs linking to this issue, a real world use case of this feature is that it allows integration with most open source JVM web frameworks.

A lot of tutorials for JVM web service frameworks have you interact with gRPC by spinning up the stanard servlet and then a separate gRPC server. This is clunky and confusing.

At least one Bet at Google is trying to do this right now. First tier support of this feature would probably really help with adopting gRPC.

@krarunraaj
Copy link

grpcServlet is still under experimental phase . Any plans for releasing it officially ?

@MelvinSam2000
Copy link

This seems to be abandoned. Does anyone know another way to run grpc service on a EE server?

@AngeloRubens
Copy link

Hi @MelvinSam2000 , for run grpc service on EE Server there are:

and for the standard specification there is https://github.com/jakartaee/rpc(initial development)

@larry-safran
Copy link
Contributor

We are looking for people who are using this to actively contribute and comment on whether they like the current API or what kinds of changes they would like to see.

@panchenko
Copy link
Contributor

It works for simple cases, it would be great merging #10125. Currently I have to include that interceptor into our code.

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

No branches or pull requests

10 participants