A Koufatzis
A Koufatzis
@marcingrzejszczak Ok I don't understand then, why if I did not manually put `ObservationThreadLocalAccessor.KEY` entry to the Reactor Context, I see trace id and span id in the logs using...
@marcingrzejszczak Ok thank you. Last question: So this means that I can use the function: ``` suspend fun Logger.d(message: String) { Mono.just(Unit).handle { t, u -> debug(message) u.next(t) }.awaitSingleOrNull() }...
The cumbersome solution I have proposed above seems to be working, albeit only with the Otel implementation of the Tracing lib as with Brave I was getting for all the...
Unfortunately I am observing the same issue and the workaround from @e-wag unfortunately does not fix it
@mp911de You can find the Spring Boot project which has this issue here: https://github.com/arconsis/server_benchmarks/tree/main/bookstore-springboot . The issue pops up only when the service is under load.
@sobychacko What are the broker related tasks that are needed for a consuming only application?