But what we need to do, when we getting cid from context to coroutine? How to copy between reactor context and mdc context and coroutine context and good logs? Most use case very hard(
Unfortunately this approach does not work if you want to for example call another service and include your correlation id in logging of request / response. MDC is lost. Even if the thread does not change.
But what we need to do, when we getting cid from context to coroutine? How to copy between reactor context and mdc context and coroutine context and good logs? Most use case very hard(
Unfortunately this approach does not work if you want to for example call another service and include your correlation id in logging of request / response. MDC is lost. Even if the thread does not change.