Hi Claus,
Thanks for the suggestion. I tested the sample code with Camel Quarkus 3.2 and
3.8. The result logs are the same.
发件人: Claus Ibsen
发送时间: 2024年7月11日 15:24
收件人: users@camel.apache.org
主题: Re: MDCUnitOfWork not working with vert.x-eventloop-thread
Hi
Hi
This is an old Quarkus version and we dont support this
CAMEL VERSION QUARKUSJDK KIND RELEASED SUPPORTED UNTIL
3.18.6 2.13.3 11 LTS April 2023July 2023
You can try latest v4 Camel version and see what happens there.
On Thu, Jul 11, 2024 at 7:58 A
Dear community,
When I using Camel Quarkus and use camel-knative event producer, the thread
name is vert.x-eventloop-thread-xxx and the fields from MDCUnitOfWork (like
camel.routeId) is missing. Is there any special configuration needed to show
the MDCUnitOfWork fields in my log? Thanks!
The C