spring-cloud-alibaba about spring-cloud-start-dubbo(2.1.0.RELEASE), and zipkin:brave-instrumentation-dubbo(5.8.0).May not be integrated

bpsygsoo  于 5个月前  发布在  Spring
关注(0)|答案(1)|浏览(182)

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

jvlzgdj9

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.

相关问题