Re: BreadcrumbId not set in MDC Logging during ErrorHandling Processor

2022-01-19 Thread Michael Rambichler
This behavior was introduced with Camel Version 3.12 Previously (3.11) it works as expected. I have created a Bug Ticket: https://issues.apache.org/jira/browse/CAMEL-17514 Am Mi., 19. Jan. 2022 um 12:10 Uhr schrieb Michael Rambichler < mich...@rambichler.at>: > Hi together, > > I hope you can g

BreadcrumbId not set in MDC Logging during ErrorHandling Processor

2022-01-19 Thread Michael Rambichler
Hi together, I hope you can give me a hint / solution to mitigate our Problem. We use MDCLogging and BreadcrumbIds. But if we use in our Errorhandling e.g. an Custom OnExceptionProcessor the MDC Value [camel.breadcrumb] is not set anymore. Is this a camel bug or do we misunderstand something? Th