Kannadasan opened SPR-17541 and commented
I want to have a multiple implementation of AsyncConfigurer for my use cases.(i.e) I need to have a more than one ThreadPoolTaskExecutor with AsyncUncaughtExceptionHandler feature.
But I got an exception like IllegalStateException - Only one AsyncConfigurer may exist. For more detail PFA.
Attachments: - exception.log (5.02 kB)
Comment From: gendolf3d
have the same use case.
Comment From: snicoll
@gendolf3d that's the intended behavior. Only one AsyncConfigurer
can be exposed as a bean and the configurer configures the default thread pool only.