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

Add a provision parameter #1

Open scottfrederick opened 6 years ago

scottfrederick commented 6 years ago

Add support for an optional maxBooks provisioning parameter that limits the number of books that a service instance can store. Attempting to add more books than the specified maximum will result in an error from the service instance endpoints.

The broker catalog should include the schema for the parameter.