I would like to ask about a couple of failover strategies for QuickFIX/J and Spring Boot QuickFix starter
For example if I have a FIX engine server and receiving a lot of FIX messages during all day and suddenly the service becomes unavailable.
- What starts to happen when the service goes up again? Where will it start to read the new FIX messages again?
- What will happen when the service starts to have a heavy load and kubernetes starts putting a second instance? Is there any way to keep data consistency between two microservices so that they do not process the same message twice?
- How to deal with multiple sessions on multiple microservices and scaling at the same time
Thanks for response, I'm just starting with this library