Correlated Logs in Spring Apps with Reactive Parts

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ย. 2024

ความคิดเห็น • 2

  • @ВладимирС-ш4е
    @ВладимирС-ш4е 6 หลายเดือนก่อน

    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(

  • @SergiiZolotaryov
    @SergiiZolotaryov 6 หลายเดือนก่อน

    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.