Full Stack Software Developer @ Credit Suisse, I blog about Java, Javascript and everything else which I learn in my day to day task.
© Chintan Radia 2020
MDC manages contextual information per thread basis, information like userID, IP mostly gets stored in MDC context. In this post we will see how to pass this information to new thread created from main thread.