dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

Direct self-reference leading to cycle (through reference chain: com.dubbo.proto.HelloReply["unknownFields"]->com.google.protobuf.UnknownFieldSet["defaultInstanceForType"])

Open tom055 opened this issue 2 years ago • 2 comments

Environment Dubbo version: 3.0.7 Operating System version: windows 10 Java version: 1.8

I use grpc,When I make a request, the consumer throws an exception

微信截图_bug1

微信截图_bug2

微信截图_bug

tom055 avatar Jun 29 '22 03:06 tom055

How to solve this problem io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 0.875185800s. [

tom055 avatar Jun 29 '22 04:06 tom055

You can try triple protocol instead, it is fully compatibility with grpc/http2

guohao avatar Jun 29 '22 06:06 guohao