Closed pavolloffay closed 7 years ago
I am :+1: for adding an OT aware executor service to opentracing-util
.
In the mean time, may I point out a small lib you can use that is also capable of transferring other contexts?
My appologies if this is not appropriate here..
@pavolloffay I absolutely think we should have add OT-aware executors/etc to opentracing-contrib.
@sjoerdtalsma thank you for the pointer.
@pavolloffay I absolutely think we should have add OT-aware executors/etc to opentracing-contrib.
+1
Repo name proposals:
Executor is in java.util.concurrent
package.
@pavolloffay @sjoerdtalsma great. I created java-concurrent
and sent invites so it shows up in your respective inboxes.
https://github.com/opentracing-contrib/java-concurrent/invitations
done, the first version is out.
OT API 0.30.0 contains in-process span management. Often it is required to use OT aware executor service. We could create a contrib library or move it directly to
opentracing-util
.cc @bhs @yurishkuro