Microservices Architecture for highly frequent data access; in memory solutions?
问题 let us define the following use case : There has to be a simulation task fulfilled, which involves an iteration/simulation over [ day1, day2, ..., dayN ]. Every step of the iteration depends on the prior step, so the order is predefined. The task has a state represented by Object1 , this object is going to be changed within every step of the iteration. The step of an iteration involves 2 different tasks: Task1 and Task2 . To fulfill Task1 , data from Database1 is required. For Task2 to be