Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for sharding among multiple brokers supporting the same service offering #208

Open
gberche-orange opened this issue Dec 10, 2024 · 0 comments

Comments

@gberche-orange
Copy link
Member

gberche-orange commented Dec 10, 2024

Expected behavior

As an osb-cmdb operator
In order to scale offering such as mysql "schema as a service" on a shared cluster
I need osb-cmdb to shard service instance requests among multiple service brokers without user-facing impacts

https://github.com/cloudfoundry-community/cf-subway

Observed behavior

Known limitation #8

Possible fixes

  • during v2/catalog
    • only pick a single service offering name offered from multiple brokers
  • during create service instance
    • iterate over available brokers
    • attempt to create service instance
    • retry to next broker if failure caused by quota exceeded (and possibly other white listed errors)
    • otherwise fail.

Affected release

Reproduced on version x.y
-->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant