Replies: 3 comments 1 reply
|
This looks like a bug 🤔 Whenever I change my implementation to |
0 replies
|
The exception already contains an answer:
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Consider this minimal example:
To run this you need
This gives me
Is there a way to fix this? I'm working on a complex pipeline with multiple steps and I'd like to use slf4j MDC to add meta to the logs.
I'm struggling to understand what the issue is, since when you exchange the
transformwithmapthe issue disappears.All reactions