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

Add interceptor to enable hot reload on incoming gRPC requests #9327

Closed
cescoffier opened this issue Apr 4, 2020 · 2 comments
Closed

Add interceptor to enable hot reload on incoming gRPC requests #9327

cescoffier opened this issue Apr 4, 2020 · 2 comments
Assignees
Labels
area/grpc gRPC kind/enhancement New feature or request
Milestone

Comments

@cescoffier
Copy link
Member

No description provided.

@cescoffier
Copy link
Member Author

Implementation Note:

When the call is intercepted, it cannot continue as the underlying server is restarted (and the old one gets terminated). So it must create a completely new call.

@michalszynkiewicz michalszynkiewicz self-assigned this Apr 20, 2020
michalszynkiewicz referenced this issue in michalszynkiewicz/quarkus-grpc Apr 29, 2020
michalszynkiewicz referenced this issue in michalszynkiewicz/quarkus-grpc May 4, 2020
@cescoffier cescoffier transferred this issue from another repository May 15, 2020
@cescoffier cescoffier added the area/grpc gRPC label May 15, 2020
@geoand geoand added the kind/enhancement New feature or request label May 15, 2020
michalszynkiewicz added a commit to michalszynkiewicz/quarkus that referenced this issue Jul 7, 2020
michalszynkiewicz added a commit to michalszynkiewicz/quarkus that referenced this issue Jul 7, 2020
michalszynkiewicz added a commit to michalszynkiewicz/quarkus that referenced this issue Jul 7, 2020
michalszynkiewicz added a commit to michalszynkiewicz/quarkus that referenced this issue Jul 8, 2020
michalszynkiewicz added a commit to michalszynkiewicz/quarkus that referenced this issue Jul 9, 2020
michalszynkiewicz added a commit to michalszynkiewicz/quarkus that referenced this issue Jul 10, 2020
@michalszynkiewicz
Copy link
Member

done in #9917

@cescoffier cescoffier added this to the 1.7.0 - master milestone Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/grpc gRPC kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants