Evgeniy Zaharov
11/12/2020, 11:51 AMval context = Mono.deferWithContext { ctx -> Mono.just(ctx) }.awaitFirst()
. Is it a right solution ?nicholasnet
11/12/2020, 12:28 PMEvgeniy Zaharov
11/12/2020, 12:29 PMtrace_id
in reactor context and later try to retrieve it in suspend function