jamesnetherton commented on issue #6814:
URL: https://github.com/apache/camel-quarkus/issues/6814#issuecomment-2493368108

   Thanks for the reproducer instructions 👍.
   
   The issue should be fixed in Camel Qurakus >= 3.17.0.
   
   There is a (somewhat terrible) workaround:
   
   ```java
   @ApplicationScoped
   public class OtelSdkDisabledCamelWorkaround {
       @Produces
       OpenTelemetryTracer disableCamelOpenTelemetryTracer() {
           return null;
       }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to