swisscom / open-service-broker

Open Service Broker is an implementation of the "Open Service Broker API" based on Spring Boot & Groovy. It enables platforms such as Cloud Foundry & Kubernetes to provision and manage services.
Apache License 2.0
70 stars 25 forks source link

bug: Update Should Be Persisted After Success #352

Closed ampersand8 closed 4 years ago

ampersand8 commented 4 years ago

In the case of synchronous services updating a service can be persisted as it is now in the UpdatingService. For asynchronous services however it's problematic to update the service instance on request, as it might fail at a later stage and the service instance entry is then in a wrong state.