quarkus.grpc.server.use-separate-server
lead unexpected missing error grpc status
#30379
-
When I disable I can make sure that I correctly invoke cc @renyijiu |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 3 replies
-
/cc @alesj (grpc), @cescoffier (grpc) |
Beta Was this translation helpful? Give feedback.
-
Do you have a reproducer?
(or a test for this?)
…On Sat, 14 Jan 2023 at 09:59, quarkus-bot[bot] ***@***.***> wrote:
/cc @alesj <https://github.com/alesj> (grpc), @cescoffier
<https://github.com/cescoffier> (grpc)
—
Reply to this email directly, view it on GitHub
<#30379 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACRA6AOWRS6MXEMBNYOO2LWSJTHBANCNFSM6AAAAAAT3FHB5M>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@alesj I finally found problem. The exception passed to reproducer: https://github.com/spencercjh/reproducer-discussion-30379 |
Beta Was this translation helpful? Give feedback.
-
Hmmm, this looks like an issue between our new Vert.x gRPC server and plain Netty based Channel.
it works ... |
Beta Was this translation helpful? Give feedback.
-
My note to my testing -- I was using latest local Quarkus build (999-SNAPSHOT). I'll try to port tests over to Quarkus, and test all mix of combos -- new server+old client, old server + new client, ... |
Beta Was this translation helpful? Give feedback.
-
Here: 3 tests fail ... |
Beta Was this translation helpful? Give feedback.
-
so, it's fixed now? In which release? |
Beta Was this translation helpful? Give feedback.
Hmmm, this looks like an issue between our new Vert.x gRPC server and plain Netty based Channel.
If I set this
it works ...
@cescoffier @vietj ^^