-
Notifications
You must be signed in to change notification settings - Fork 134
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
Usage of Cloud Controller V3 APIs #2922
Comments
@zrob When handling apps, and other entities, we make heavy use of relationships. For instance when we list apps we fetch each app's space, the space's organisation and the app's routes all in one call. When we then drill down into an app we validate the app has routes, space, stack, service binding and the route has domain and space has organisation. If any are missing we then use the |
Hey @richard-cox TLDR; we are looking at ways to have similar functionality to inline-relations-depth, but it will be somewhat more restrictive We ended up with lots of operating experience in environments that had clients using So that being said, the feature still has some obvious value in limiting the number of requests necessary. Its worth mentioning that we do have a client that is fully V3 for apps and are finding their performance to be better by just paging through each resource they want and using the relationship data to stitch them together. But that still has some complication, so we have recently introduced what we hope can replace inline-relations-depth in V3. This is the |
@zrob Sorry for the incredibly slow response. We've been beavering away getting a release out. I've created a doc that covers the parts of v2 we use and how they're utilised in Stratos, along with some examples of the requests we make as the user navigates around. I've tried to include a succinct summary too. Myself and @nwmac will both be at Basel in October, heard through the grapevine you're also there? Would it be possible to grab you for an hour and run through our v2 usage, state of v3, deprecation timelines etc? We'd also be interested to understand the use cases that the client on v3 is running with, particularly if they've already solved some of our v2-->v3 challenges. |
@zrob @richard-cox and myself will be at the CF Summit - hoping to find some time to say hi and discuss this topic. |
I am at summit and would love to catch up. Not sure how best to coordinate. We can try with comments or on slack you can find me ‘@zach’ |
@zrob great - I’ve pinged you on slack. |
Hey there,
I'm curious what your plans are for adoption of Cloud Foundry's V3 APIs for apps. The CAPI team is beginning to work on deprecation plans for the V2 app APIs
The text was updated successfully, but these errors were encountered: