回复: MDCUnitOfWork not working with vert.x-eventloop-thread

2024-07-11 Thread _ Jane
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

Re: MDCUnitOfWork not working with vert.x-eventloop-thread

2024-07-11 Thread Claus Ibsen
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

MDCUnitOfWork not working with vert.x-eventloop-thread

2024-07-10 Thread _ Jane
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