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

Cannot bind to a service that only supports async binding create #4498

Open
richard-cox opened this issue Aug 7, 2020 · 2 comments
Open
Labels
bug community Community Raised Issue

Comments

@richard-cox
Copy link
Contributor

@richard-cox richard-cox added bug community Community Raised Issue labels Aug 7, 2020
@richard-cox richard-cox changed the title Cannot bind to a service that only supports async binding Cannot bind to a service that only supports async binding create Aug 7, 2020
@gberche-orange
Copy link
Contributor

gberche-orange commented Feb 2, 2021

Observed symptom in stratos 4.4.0-defcc460f-cap when trying to create and bind an async service:

Failed to create service instance binding: An operation for service instance noop-from-stratos is in progress.. Code: CF-AsyncServiceInstanceOperationInProgress

@Rotfuks
Copy link

Rotfuks commented Aug 26, 2021

Hey folks!
I'm running into the same issue currently. Is there anything new to know about it?

My idea to get around the issue of the service-binding throwing errors because the async creation is not yet done is a bit "bigger". I'm not that sure that the Service Instance Creation and Binding in one process is an ideal situation to begin with. Sure it's a process you usually do one after another - but first step I'd rather go into the marketplace, select one service to create the service instance and then go directly to the app to bind it. Having to go through the service creation process more or less again...I'm not that sure I like that much.

So I think we could catch two birds with one stone by splitting up the workflows of service instance creation and service binding completely, having in the app overview just the option for binding and in the marketplace the option for instance creation. What do you folks think about that?

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

No branches or pull requests

3 participants