RuntimeCatalogue: offline usage
Closed this issue · 0 comments
pchainho commented
To enable offline usage, use current stored version of catalogue objects in case runtimeFactory.isOnline()
. retrieves false.
-
Add runtimeCatalogue URL as data storage key in order to query it without the cguid
-
before calling the catalogue backend check
runtimeFactory.isOnline()
. Otherwise, check thatisSavedDescriptor = false
and use it, if not callruntimeFactory.listenOnline(getDescriptor)
where getDescriptor has the logic to retrieve the descriptor from backend.