I have a problem related to spring microservices distributed tracing. I'm use sleuth library to print trace I'ds. In Java 8, when we use parallelStream it's doesn't work as it is failed to propagate information to other threads. I'm looking for solution to work with it. any thing to propagate values to parralelStream should get close to results. Few points are bellow
Custom logging format with spring boot and slf4j so that I can add more information about service.
Any means to send information with parallelStream, aspectJ and intercepter.
Fix to allow sleuth or brave library to work with parallelStream..
Any suggestions, solution out of above would help.