Use this architecture to break your monolithwith confidence by setting up a parallel run strategy combined with the strangler figpattern. First proxy the methods to be replaced with a microservice, storing a copy of user requests and monolith responses in a time-series database. Then replay the requests on your new microservice to compare the responses between the legacy monolith and the replacement microservice