Background agentscope-java exposes many async APIs based on Reactor (Mono / Flux). This works well for Java, but is not idiomatic for Kotlin, where suspend functions and Flow are the standard async ...
Hello! We were trying to update our OTel java agent from 1.32.0 to 2.5.0, and we noticed that context propagation was not happening in our kotlin code that heavily uses coroutine dispatcher. We tra ...