You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/01/10 14:11:09 UTC

[GitHub] nengtangbunengxiayiba opened a new issue #2145: dubbo 使用hessian协议,在UI拓扑图中不会形成调用链

nengtangbunengxiayiba opened a new issue #2145: dubbo 使用hessian协议,在UI拓扑图中不会形成调用链
URL: https://github.com/apache/incubator-skywalking/issues/2145
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   bug
   
   ___
   ### Question
   - What do you want to know?
   解决问题
   ___
   ### Bug
   - Which version of SkyWalking, OS and JRE?
   Skywalking version: 6.0.0-beta 
   OS: Red Hat Enterprise Linux Server release 6.6 
   JRE: 1.7.0_79
   - Which company or project?
   
   - What happen?
   当dubbo服务provider 为hessian协议时,在ui的拓扑图中不能形成调用链,配置如下:
   <dubbo:protocol  name="hessian" port="${dubbo.protocol.hessian.servlet.port}" server="servlet" contextpath="${dubbo.protocol.hessian.contextpath}"/>
   
   当protocl声明为 dubbo时,则无此问题,配置如下:
   <dubbo:protocol name="dubbo" port="${basecmm.queue.dubbo.protocol.port}" />
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.
   hessian协议时,形成的拓扑图如下:
   ![image](https://user-images.githubusercontent.com/45586711/50973742-925bb380-1524-11e9-9a00-618295fba5ae.png)
   

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