You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Came here to find out how to implement this when using reactor together with quarkus. Just that the next person has it a bit easier in the future: It seems to be enough for reactor to work with quarkus if you follow advice in https://github.com/opentracing-contrib/java-reactor#non-agent-configuration
It boils down getting an io.opentracing.Tracer tracer injected and run this once on startup of your application:
There are plans to support Java Reactor with this model of context-propagation?
Reactor implements reactive-streams specification.
Regads
The text was updated successfully, but these errors were encountered: