spring-cloud-app-broker icon indicating copy to clipboard operation
spring-cloud-app-broker copied to clipboard

Expose V3 Cloud Controller API features

Open mheath opened this issue 6 years ago • 0 comments

Instead of uploading the same application bits over and over again with each service instance provision request, provide support for copying an application's package resource from an existing package. The service broker could then upload the application bits once.

Similarly, support for reusing droplets should be supported. If the application doesn't need to be restaged for each service instance, (I believe this is the case for most apps.) App Broker users should be able to stage an application to create a droplet and then copy that droplet to each a service instance's backing application.

mheath avatar May 14 '19 17:05 mheath