Illarion Borts
Results
3
comments of
Illarion Borts
So it appears that two different things add traceId to my cron jobs: 1) TraceableScheduledExecutorService (`spring.sleuth.async.enabled`) 2) TraceSchedulingAspect (`spring.sleuth.scheduled.enabled`) The aspect is working fine The executor wraps the runnable into...
Bumping this. Same situation, I have a multi-module project with one module containing the actual REST provider, and a separate module containing the contracts (as well as an OpenAPI specification),...