Hi,
The sleuth context is not propagating with the REST calls via http-connector. Do I need to implement my own custom connector or any suggestion how would I add that to the inbuilt connectors?
Regards,
Hetal
Hi,
The sleuth context is not propagating with the REST calls via http-connector. Do I need to implement my own custom connector or any suggestion how would I add that to the inbuilt connectors?
Regards,
Hetal
I was able to figure out this issue. The configurator is loaded via ServiceLoader hence it was not able to access the beans injected in Spring.
Thank you.