pmorie / osb-broker-lib

A go library for developing an Open Service Broker
Apache License 2.0
28 stars 23 forks source link

Add async bind support #47

Closed eriknelson closed 6 years ago

eriknelson commented 6 years ago

TODO: Need to make sure the PUT bind endpoint supports accepts_incomplete to initiate an async bind, and returns the correct status codes.

Think this should be ready to go, I'm not sure if there is a desire to gate this or not, but this is at least an initial pass.

shawn-hurley commented 6 years ago

This looks good to me if we are not worried about backward compatibility. This release would require broker authors to implement the new methods on their broker. @pmorie