spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

Dataflow Server should download and save metadata

Open corneil opened this issue 1 year ago • 0 comments

Problem description: When using deploy or update from ui there is a delay until the metadata has been downloaded. It seems the metadata is never caches and retrieved every time.

Solution description: The metadata for application that doesn't include SNAPSHOT in the version should be saved in the database for easy retrieval and can even be cached to reduce database impact. The query response from the browser can be assigned headers to ensure the browser caches the responses as well.

corneil avatar Oct 04 '24 09:10 corneil