spring-cloud-samples / bookstore-service-broker

Sample application for Spring Cloud Open Service Broker
https://spring.io/projects/spring-cloud-open-service-broker
Apache License 2.0
72 stars 60 forks source link

Unable to throw 409 Conflict Https status #23

Closed harshalb007 closed 4 years ago

harshalb007 commented 4 years ago

Hello team, I am implementing the service broker using Spring.

I have provided an implementation class for ServiceInstanceBindingService. In this, according to the OSBAPI specification given here If someone provides already existing bindingId but with different attributes, we should throw 409 status. But I am unable to find a way to achieve this. Will you please help me out.

Thanks.

royclarkson commented 4 years ago

Hi, I answered this over on the Spring Cloud Open Service Broker project. Thanks.

https://github.com/spring-cloud/spring-cloud-open-service-broker/issues/285#issuecomment-627945714