baymax55 opened a new issue #8266: URL: https://github.com/apache/skywalking/issues/8266
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### 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:  but when i replace dubbo-spring-boot-starter version to 2.7.14, ,the picture as follows:  ### 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](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-39/lab-39-skywalking-dubbo), replace dubbo version to 2.7.14 ### Anything else skywalking version:apache-skywalking-apm-es7-8.5.0.tar.gz <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo</artifactId> <version>2.7.14</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-spring-boot-starter</artifactId> <version>2.7.14</version> </dependency> ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
