Quarkus gRPC: Option to set max message size #26902
Unanswered
shashankbrgowda
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting an error when I try to return below message (Uni< FetchAllSliceResponse>). I can't return stream because I need to collect the stream and perform some business logic.
Is there any option to set max gRPC message size on server side ?
Beta Was this translation helpful? Give feedback.
All reactions