Details
-
New Feature
-
Resolution: Unresolved
-
Major - P3
-
None
-
3.11.0
-
None
Description
My application is non-blocking based using Vertx / Reactor and we use slf4j to log the thread name, which is very handy for debug.
However it looks like the connection threads created by the java reactive driver is using the default thread name. Can we change the mongo connection threads use non-default thread name prefix?