Hi there,
I have a grpc server talking fine to another grpc server. However, I want
to use jetty as my main server/port. In this case, I proxy the request
throw jetty server and using jetty http2 client to forward the request.
However, I am experiencing this issue. I want to ask if anyone might know
what could causing this? or what my http2 header is missing and causing
this? so far i know that my grpc is 1.33.0/1.36.0(I tried both), netty is
4.1.63 final and netty.tcnative is 2.0.38.Final.error detail:
```
*Status{code=UNKNOWN, description=null,
cause=java.lang.UnsupportedOperationException*
*at **org.apache.ratis.thirdparty.io
<http://org.apache.ratis.thirdparty.io/>*
*.grpc.netty.AbstractHttp2Headers.setLong(AbstractHttp2Headers.java:465)*
*at **org.apache.ratis.thirdparty.io
<http://org.apache.ratis.thirdparty.io/>*
*.grpc.netty.AbstractHttp2Headers.setLong(AbstractHttp2Headers.java:26)*
*at **org.apache.ratis.thirdparty.io
<http://org.apache.ratis.thirdparty.io/>*
*.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder$FrameReadListener.onHeadersRead(DefaultHttp2ConnectionDecoder.java:407)*
*```*
Sincerely,
Danielle
--
You received this message because you are subscribed to the Google Groups
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/grpc-io/9f295aca-63a3-4ce1-84e8-98ba6ee05a5an%40googlegroups.com.