Sleuth context cleanup (?) in direct channels #3682
-
Hello, I'm trying to wrap my head around something, I'm using spring integration and sleuth in a highly concurrent tcp server. I think I've reproduced the behavior in this example:
I was not expecting for a new execution to have an already created span, is this expected behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think this is exactly what I've caught yesterday: #3649 (comment). Let's consider to move this as an issue to https://github.com/spring-cloud/spring-cloud-sleuth/issues! |
Beta Was this translation helpful? Give feedback.
I think this is exactly what I've caught yesterday: #3649 (comment).
Let's consider to move this as an issue to https://github.com/spring-cloud/spring-cloud-sleuth/issues!
We don't manage that
TracingChannelInterceptor
over here.