spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.53k stars 599 forks source link

Use of Bounded Elastic Schedular with reactive State Machine #1030

Open pranmitt opened 2 years ago

pranmitt commented 2 years ago

With Reactive State Machine, i need to use bounded elastic schedular instead of inbuilt parallel schedular for better performance. My state actions are I/O intensive. I could not find a way to override this in configuration as earlier

configuration.taskScheduler(Scheduler.boundedElastic());