Replies: 1 comment 2 replies
-
@radupopa369 can provide an insight from the cloud infrastructure perspective. From the code organization standpoint, once we make configs hierarchical as discussed in #384, it's a simple change to switch from a global Suzuka config to service-specific structures it's made of, they would be ready to serialize. Looking more abstract, there may be some remote configuration backend where accessing a sub-namespace to configure the specific service may be problematic. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Moved from #385 (reply in thread)
One thing that we still need to break out is how we want config files to be stored. That is, do we want multiple configs, a single config with a global namespace, etc. There's a single-source of truth vs. modularity tradeoff here.
Problems
Beta Was this translation helpful? Give feedback.
All reactions