We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Order of gRPC interceptors matter and as far as I see, there's currently no way to specify this order (I asked at https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Can.20you.20specify.20the.20order.20of.20gRPC.20interceptors.20in.20Quarkus.3F/near/218551637 earlier)
The text was updated successfully, but these errors were encountered:
/cc @cescoffier, @michalszynkiewicz
Sorry, something went wrong.
Your interceptor can implement 'Prioritized' and define their priority.
Document gRPC interceptor mechanism and ordering
c2141c1
Fix quarkusio#13975
9360c2b
69963c2
Successfully merging a pull request may close this issue.
Order of gRPC interceptors matter and as far as I see, there's currently no way to specify this order (I asked at https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Can.20you.20specify.20the.20order.20of.20gRPC.20interceptors.20in.20Quarkus.3F/near/218551637 earlier)
The text was updated successfully, but these errors were encountered: