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
Quarkus Vertx GRPC client should respect quarkus.grpc.clients."client-name".max-inbound-message-size property. Now it only affects java-grpc client.
quarkus.grpc.clients."client-name".max-inbound-message-size
The property is respected
Quarkus Vertx GRPC client uses default restriction.
No response
uname -a
ver
java -version
mvnw --version
gradlew --version
The solution could give us a workaround for this issue: #44852
The text was updated successfully, but these errors were encountered:
/cc @alesj (grpc), @cescoffier (grpc)
Sorry, something went wrong.
@vietj is it supported or planned?
Successfully merging a pull request may close this issue.
Describe the bug
Quarkus Vertx GRPC client should respect
quarkus.grpc.clients."client-name".max-inbound-message-size
property. Now it only affects java-grpc client.Expected behavior
The property is respected
Actual behavior
Quarkus Vertx GRPC client uses default restriction.
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
The solution could give us a workaround for this issue: #44852
The text was updated successfully, but these errors were encountered: