aixigo / PREvant

Composing Microservices into Reviewable and Testable Applications
MIT License
13 stars 10 forks source link

Fix Duplicate Deployments in Bootstrapped Apps #163

Closed schrieveslaach closed 5 months ago

schrieveslaach commented 6 months ago

If the application is bootstrapped by a bootstap container and then companions have been converted into instances, and then the instances should be updated with a subsequent HTTP request, the application ends up with a second version of the instance. This circumstance is not intended and this commit makes sure that subsequent HTTP requests update existing deployments while taking the bootstrapping into account.

Related to #146