You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure why exchange.attributes[COROUTINE_CONTEXT_ATTRIBUTE] = currentCoroutineContext().minusKey(Job.Key) is commented, but except that, yes. This is supported as of Spring Framework 6.1.0-M5 and will be part of the upcoming Spring Boot 3.2.0 release. From what I understand, it looks like your use case is covered, so I close this issue.
Affects: <Spring Framework version>
I'm using Spring WebFlux.
I would like to be able to write to Context (ReactorContext) from CoWebFilter.
ReactorContext is implemented immutably, so if we can't write it like WebFilter, we won't be able to easily write it.
WebFilter example:
I want to write in a similar way using CoWebFilter.
The text was updated successfully, but these errors were encountered: