luger1990 opened a new issue #9816:
URL: https://github.com/apache/dubbo/issues/9816
dubbo3 使用triple协议,消费者启动失败提示如下错误:
```
org.apache.dubbo.rpc.RpcException: Received inconsistent serialization type
from client, reject to deserialize! Expected:hessian2 Actual:luger
at
org.apache.dubbo.rpc.protocol.tri.AbstractClientStream.getThrowableFromTrailers(AbstractClientStream.java:188)
~[dubbo-3.0.6.jar:3.0.6]
at
org.apache.dubbo.rpc.protocol.tri.UnaryClientStream$ClientUnaryInboundTransportObserver.onError(UnaryClientStream.java:86)
~[dubbo-3.0.6.jar:3.0.6]
at
org.apache.dubbo.rpc.protocol.tri.UnaryClientStream$ClientUnaryInboundTransportObserver.lambda$onComplete$0(UnaryClientStream.java:56)
~[dubbo-3.0.6.jar:3.0.6]
at
org.apache.dubbo.common.threadpool.serial.SerializingExecutor.run(SerializingExecutor.java:99)
~[dubbo-3.0.6.jar:3.0.6]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
~[na:1.8.0_161]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
~[na:1.8.0_161]
at
org.apache.dubbo.common.threadlocal.InternalRunnable.run(InternalRunnable.java:41)
~[dubbo-3.0.6.jar:3.0.6]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_161]
```
启动生产者和消费者之后访问:http://localhost:8882/hello?name=luger
详见:https://gitee.com/luger/spring-boot-dubbo-grpc/tree/feature_tri/
nacos版本 2.0.4
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]