Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Handle metadata collection id in config documents #60

Open
planetf1 opened this issue Jun 10, 2022 · 0 comments
Open

Handle metadata collection id in config documents #60

planetf1 opened this issue Jun 10, 2022 · 0 comments

Comments

@planetf1
Copy link
Member

The operator uses existing configuration documents. Often these may have been created through the server author UI and so would not contain a metadata collection id

On startup, an egeria server will create a metadata collection id in the config, yet in our current operator design, that config document is effectively R/O. This will mean that on next startup of the server it will be out of sync with the actual metadata repository, and (should) fail to start

If the config document already contains an id, then this will work fine AS LONG AS it matches the metadata repository (likely to be crux or similar)

Need to consider how to handle these situations through doc/code

@planetf1 planetf1 self-assigned this Jun 10, 2022
@planetf1 planetf1 removed their assignment Jun 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Status: Todo
Development

No branches or pull requests

1 participant