-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Comments
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
referenced
this issue
in michalszynkiewicz/quarkus-grpc
Apr 29, 2020
michalszynkiewicz
referenced
this issue
in michalszynkiewicz/quarkus-grpc
Apr 29, 2020
michalszynkiewicz
referenced
this issue
in michalszynkiewicz/quarkus-grpc
May 4, 2020
michalszynkiewicz
added a commit
to michalszynkiewicz/quarkus
that referenced
this issue
Jul 7, 2020
fixes quarkusio#9327 fixes quarkusio#9328
michalszynkiewicz
added a commit
to michalszynkiewicz/quarkus
that referenced
this issue
Jul 7, 2020
fixes quarkusio#9327 fixes quarkusio#9328
michalszynkiewicz
added a commit
to michalszynkiewicz/quarkus
that referenced
this issue
Jul 7, 2020
fixes quarkusio#9327 fixes quarkusio#9328
michalszynkiewicz
added a commit
to michalszynkiewicz/quarkus
that referenced
this issue
Jul 8, 2020
fixes quarkusio#9327 fixes quarkusio#9328
michalszynkiewicz
added a commit
to michalszynkiewicz/quarkus
that referenced
this issue
Jul 9, 2020
fixes quarkusio#9327 fixes quarkusio#9328
michalszynkiewicz
added a commit
to michalszynkiewicz/quarkus
that referenced
this issue
Jul 10, 2020
fixes quarkusio#9327 fixes quarkusio#9328
done in #9917 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: