Relative Content

Tag Archive for dependenciesmicroservicesrelease

Release dependencies in microservices

The application consists of a JS front and Java Spring backend microservices. most of the time all services are released independently. But sometimes there is a dependence of the backend microservice on the front. Thus, it is necessary to release services in a certain order, or not to release a service if a new version of the service on which it depends has not yet been released. Are there any ways to describe these dependencies and use them during releases?