apache / skywalking

APM, Application Performance Monitoring System
https://skywalking.apache.org/
Apache License 2.0
23.88k stars 6.52k forks source link

[Bug] traceId cannot transfor for dubbo-spring-boot-starter:2.7.14 on apache-skywalking-apm-es7-8.5.0 #8266

Closed baymax55 closed 2 years ago

baymax55 commented 2 years ago

Search before asking

Apache SkyWalking Component

Java Agent (apache/skywalking-java)

What happened

when i use dubbo-spring-boot-starter:2.7.4.1 on apache-skywalking-apm-es7-8.5.0,i can see my consumer and provider in Trace module ,picture as follows: image

but when i replace dubbo-spring-boot-starter version to 2.7.14, ,the picture as follows: image

What you expected to happen

i hope it can work on dubbo-spring-boot-starter:2.7.14

How to reproduce

install apache-skywalking-apm-es7-8.5.0 on service,use this module code, replace dubbo version to 2.7.14

Anything else

skywalking version:apache-skywalking-apm-es7-8.5.0.tar.gz

org.apache.dubbo dubbo 2.7.14
    <dependency>
        <groupId>org.apache.dubbo</groupId>
        <artifactId>dubbo-spring-boot-starter</artifactId>
        <version>2.7.14</version>
    </dependency>

Are you willing to submit PR?

Code of Conduct

wu-sheng commented 2 years ago

I think you asked at the wrong place. Our plugin has no change for Dubbo for a long time. Dubbo3 is only known WIP. So, you may be better asking Dubbo community, what is changed?