itatdcer

Results 2 comments of itatdcer

> This bug should be filed in the smallrye reactive messaging repo: https://github.com/smallrye/smallrye-reactive-messaging For some weird reason, in your prod env, the static init is kicking earlier here: https://github.com/smallrye/smallrye-reactive-messaging/blob/570f8e802500b662b47f48e6cae53f0c5dc13422/smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/tracing/KafkaOpenTelemetryInstrumenter.java#L41 >...

> Not sure if I understood correctly, @itatdcer... You say that when you set: `mp.messaging.incoming.data.tracing-enabled=false` The instrumenter is still instantiated and throws that error?... I would expect that the instrumenter...