I switched from RestTemplate to RestClient in my application and since switching I’m unable to get the same TraceId between services. Is anyone else having this same problem?
I tried updating everything as the Spring documentation suggest but no luck. I’m expecting to get the same TraceId when one service calls another.
RestTemplate
does. Add your configuration (you should have little to non for this to work).