Closed as not planned
Description
TraceId is not correctly propagated to scope function after a reactive WebClient call.
Demo project is available here
current output:
[6750294cfcbdfb64f056ab0605a90d48-f056ab0605a90d48] com.example.demo.Service : Hello, World!
[6750294cfcbdfb64f056ab0605a90d48-f056ab0605a90d48] com.example.demo.Service : another log message
[6750294cfcbdfb64f056ab0605a90d48-f056ab0605a90d48] com.example.demo.ServiceClient : Response received
[ ] com.example.demo.ServiceClient : Log from also block
expected:
[6750294cfcbdfb64f056ab0605a90d48-f056ab0605a90d48] com.example.demo.Service : Hello, World!
[6750294cfcbdfb64f056ab0605a90d48-f056ab0605a90d48] com.example.demo.Service : another log message
[6750294cfcbdfb64f056ab0605a90d48-f056ab0605a90d48] com.example.demo.ServiceClient : Response received
[6750294cfcbdfb64f056ab0605a90d48-f056ab0605a90d48] com.example.demo.ServiceClient : Log from also block