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
Currently we add a ThreadPoolTaskExecutor@Bean in RetryTopicConfigurationSupport. That might have undesirable side-effects such as making Spring Boot's auto configuration back off from providing a default TaskExecutor for users.
We should investigate this further and if necessary look for alternatives.