Closed bogdangherca closed 6 years ago
@bogdangherca hmm, that is odd. We'll take a look, thanks for the issue!
@cacoco: Thanks for the quick response. Regarding our dependencies version we're using:
If you need any additional details, just let me know.
@bogdangherca I've tracked down the issue and should have a fix shortly. Thanks for the report!
@cacoco: great news, thank you!
@bogdangherca a fix for this was merged in 37e1e77dfc2399635f65d81e82ea3026491b885c. Thanks!
Hey folks,
I've just integrated LoggingMDCfilter into our finatra server and it works well in most of our scenarios, but I've noticed something surprising in a specific situation.
We're using java and the below sequential composition scenario is quite often:
After adding the LoggingMDCfilter according to your documentation, I'm adding the authenticated user to the mdc context like this:
I'm not sure why the mdc context is not propagated in this specific scenario. Also, the thing that surprised me the most is that if I do something like below, everything works like a charm:
Any ideas why this might be happening? It may be that I'm using this in an unexpected way, any ideas or suggestions are highly appreciated.
Thanks, Bogdan.