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
The current default TheadFactory used by ThreadPoolTaskExecutor is Executors.defaultThreadFactory(). I suggest that a more useful default would be a CustomizableThreadFactory with the ThreadPoolTaskExecutor's bean name as the thread name prefix.
If not the default, then perhaps an easier way to specify it than manually injecting the thread factory?