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
We are planning to use Spring Batch Integration for one of our functionality. We would like to understand how the master slave configuration works in a clustered environment.We are using Tomcat as server with 25 VMs.Do you have any case studies on how the following can be done?
1.How is the Master/Slave configuration setup in case of partitioning?
2.How is the communication between the Vms in case of a clustered Master in case of a failover scenario?
3.How is the communication between the Master and Slave Vms in case of a failover scenario and how is the job status maintained?
Thanks,
Swetha
The text was updated successfully, but these errors were encountered:
Sorry for the delay on responding (I wasn't getting notifications for issues for some reason).
I gave a talk on this topic a bit less than a year ago. You can view the talk on YouTube here: https://www.youtube.com/watch?v=CYTj5YT7CZU. The code is in the Spring Batch 2.0 Talk repo.
Hi Minella,
We are planning to use Spring Batch Integration for one of our functionality. We would like to understand how the master slave configuration works in a clustered environment.We are using Tomcat as server with 25 VMs.Do you have any case studies on how the following can be done?
1.How is the Master/Slave configuration setup in case of partitioning?
2.How is the communication between the Vms in case of a clustered Master in case of a failover scenario?
3.How is the communication between the Master and Slave Vms in case of a failover scenario and how is the job status maintained?
Thanks,
Swetha
The text was updated successfully, but these errors were encountered: