Hello guys
when I use dubbo start and zipkin ,my consumers and privoder service that them traceId are not same.
if I only use the two jar and zipkin 。
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>2.7.1</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>2.7.3</version>
</dependency>
my service traceId is ok.
so I dont know they if exist some bug, please check it. thanks
1条答案
按热度按时间jvlzgdj91#
update:
when I use Nacos for config setting. I use @RefreshScope, it lead to use spring-cloud-start-dubbo(2.1.0.RELEASE) traceid is not same.
I follow nocas doc
guide to write My code, so I don
t it if exist some problem.