You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/04/06 07:53:42 UTC

[GitHub] celesky opened a new issue #1559: ���������thrift���������������2���������(bug?)���������������

celesky opened a new issue #1559: 内置的thrift协议扩展,2个问题(bug?),了解一下
URL: https://github.com/apache/incubator-dubbo/issues/1559
 
 
   1.provider 协议为thrift时,consumer端version设置无效。
   即如果provider端设置了version,consumer端设置version也无效。
   exporterMap里面为的com.xxxx.thriftApi$Iface:1.0.0:33032
   而接收到的serviceKey永远都是com.xxxx.thriftApi$Iface:33032
   
   2.当provider协议为thrift时,provider提供的方法参数里面不能用boolean,一旦有一个参数为boolean值就会调用失败。报的是超时错误,看了下代码,似乎provider端根本就没收到请求
   
   帮忙了解一下

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services