cloudfoundry / overview-broker

A service broker that provides an overview of its service instances and bindings. Conforms to the Open Service Broker API standard.
Apache License 2.0
18 stars 17 forks source link

Make async plan process service instance deprovision asynchronously #9

Closed deniseyu closed 6 years ago

deniseyu commented 6 years ago

In the OSAPI spec, it says "Asynchronous operations are currently supported only for provision, update, and deprovision," however the overview-broker async plan only treats create service instance, update service instance, and create service binding requests in an async manner.

We should support this behavior on deprovision as well.

deniseyu commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/154130056

The labels on this github issue will be updated when the story is started, or not, depending on the whimsy of DeniseAndJenBot.

mattmcneeney commented 6 years ago

@deniseyu Thanks! This is now fixed: https://github.com/mattmcneeney/overview-broker/commit/4f5435c22a0d091ba10d4f72d2c87c3b90243458