Closed harshalb007 closed 4 years ago
Hi, thanks for the question. You may throw a ServiceInstanceBindingExistsException for this case. Similarly, there is a ServiceInstanceExistsException for when an service instance doesn't exist. I believe this answers the question, so I'm closing the issue. If you disagree, please reopen and we'll continue the discussion.
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.