wild46cat commented on issue #12817:
URL: https://github.com/apache/skywalking/issues/12817#issuecomment-2510383358

   I had readed the document.
   but there is still problem.
   
![image](https://github.com/user-attachments/assets/81a691b5-c171-49d7-b7a8-62b44bb08701)
   
   as the picture shown:
   lettuce can't be merged into the  the same trace.
   
   here is my code:
       @GetMapping("getValue12")
       public Mono<String> getValue12() {
           return Mono.subscriberContext()
                   .flatMap(ctx -> 
WebFluxSkyWalkingOperators.continueTracing(ctx, () -> {
                       return redisTemplate.opsForValue().get("test");
                   }));
       }
       
   I think maybe I have found a problem about webflux.


-- 
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]

Reply via email to