Consider this scenarios...
You need to deploy a new version of a service. How do you validate that the new service "works" with the many processes that may rely on the service? How do you migrate processes to the new version of the service (after validating the new service doesn't break anything)?
|