You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the architecture lifecycle is published in etcd through the discovery interfaces. The discovery interface should be stable and Discoverer.updateProperties should not exist. Instead, a new bundle should be created to store data in the persistent storage and listen to changes. The entire ArchitectureManager should use that bundle instead.
This new PersistentStorage bundle should use the discovery code partially as a lot of functionality is overlapped.
The text was updated successfully, but these errors were encountered:
Currently the architecture lifecycle is published in etcd through the discovery interfaces. The discovery interface should be stable and
Discoverer.updateProperties
should not exist. Instead, a new bundle should be created to store data in the persistent storage and listen to changes. The entireArchitectureManager
should use that bundle instead.This new
PersistentStorage
bundle should use the discovery code partially as a lot of functionality is overlapped.The text was updated successfully, but these errors were encountered: