I'm using twitter util futures in my project.
I want to add logging to trace a request through the components using MDC.
I couldn't find a good way to add that for twitter futures as there is no execution context that runs the callbacks. I couldn't find a way or any library implementation to refer to.
What is the better way to do this?
Thanks, Nag