PutCorrelation in Spring Cloud Gateway Filter #10698
Closed
darknesstm
started this conversation in
General
Replies: 1 comment 4 replies
-
I don't know what do you mean by this. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using
TraceContext.putCorrelation
in theFilter
ofSpring Cloud Gateway
is currently ineffective, although I know thatServerWebExchange
hava a snapshot of the current tracing context, there is no way to specify it.Can a method similar to
TraceContext.putCorrelation(Object enhancedInstance, String key, String value)
be provided?Beta Was this translation helpful? Give feedback.
All reactions