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/11/09 13:03:27 UTC

[GitHub] [dubbo-go] jiangtao6888 opened a new issue, #2115: TripleClient.Invoke: serialization tri not impl in triple client api

jiangtao6888 opened a new issue, #2115:
URL: https://github.com/apache/dubbo-go/issues/2115

   **What happened**:2022-11-09T20:24:29.663+0800    WARN    proxy/proxy.go:211      [CallProxy] received rpc err: Failed to invoke the method SayHello in the service org.apache.dubbo.demo.IGreeter. Tried 1 times of the providers [tri://:@10.100.66.212:20001/?interface=org.apache.dubbo.demo.IGreeter&group=&version= tri://:@10.100.66.212:20001/?interface=org.apache.dubbo.demo.IGreeter&group=&version=] (2/1)from the registry zookeeper://127.0.0.1:2181?registry=zookeeper&registry.group=&registry.label=true&registry.namespace=&registry.preferred=false&registry.role=0&registry.timeout=5s&registry.ttl=10s&registry.weight=0&registry.zone=&remote-client-name=dubbo.registries-zookeeper-127.0.0.1%3A2181&simplified=false on the consumer 10.100.66.212 using the dubbo version 3.0.0. Last error is TripleClient.Invoke: serialization tri not impl in triple client api..: TripleClient.Invoke: serialization tri not impl in triple client api.
   panic: TripleClient.Invoke: serialization tri not impl in triple client api.
   
   
   **What you expected to happen**:
   我想使用tri序列化方式
   
   
   **How to reproduce it (as minimally and precisely as possible)**:
   
   按照说明,修改了serialization:为tri,并且在dubbo-admin后台看到序列化的方式是tri 
   <img width="1077" alt="image" src="https://user-images.githubusercontent.com/16657586/200830743-df975f12-7e3c-4078-9e68-05e7beec36c8.png">
   
   dubbo:
     registries:
       zk:
         address: zookeeper://127.0.0.1:2181
     protocols:
       triple:
         name: tri
         port: 20001
     provider:
       services:
         GreeterProvider:
           # interface is for registry
           serialization: tri 
           interface: org.apache.dubbo.demo.IGreeter
   
   启动客户端的时候就发生了此错误
   **Anything else we need to know?**:
   dubbo-go-samples/rpc/triple/pb/dubbogo-java中的go客户端和服务端
   


-- 
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.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


[GitHub] [dubbo-go] jiangtao6888 closed issue #2115: TripleClient.Invoke: serialization tri not impl in triple client api

Posted by GitBox <gi...@apache.org>.
jiangtao6888 closed issue #2115: TripleClient.Invoke: serialization tri not impl in triple client api
URL: https://github.com/apache/dubbo-go/issues/2115


-- 
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