You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/12/14 07:18:01 UTC

[GitHub] [dubbo] AdamsShen commented on issue #11129: dubbo3.0.8 泛化调用时无法进行protobuf-json类型的反序列化

AdamsShen commented on issue #11129:
URL: https://github.com/apache/dubbo/issues/11129#issuecomment-1350524770

   > 1. org.apache.dubbo.common.serialize.Serialization 这个接口是给普通调用用的,不是给泛化调用用的
   > 2. triple 协议不需要指定 serialization,默认底层就会去识别使用 protobuf
   
   现在不是triple协议问题,是序列化方式,dubbo3.0.8不存在protobuf-json对应的Serialization处理类
   目前我这边泛化调用设置是这样的
   ![image](https://user-images.githubusercontent.com/42172222/207530562-01837e5a-2c73-479f-bab1-47129198467f.png)
   
   然后走到解码的GenericFilter中会直接报错no such extension org.apache.dubbo.common.serialize.serialization by name protobuf-json


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org