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
Once we load an API description, it should be the default behaviour and easy to use option for implementors to cascade configuration option, bottom-up.
it should be easy to look up a property by traversing from leaf to root PropertyHandler -> ResourceHandler -> ResourceShape -> Api -> Config.
If a property, like kopflos:resourceLoader, is not found on one level, try higher. If the Config resource does not have a value, we might resort to a config file for fallback and finally a global default.
The text was updated successfully, but these errors were encountered:
Once we load an API description, it should be the default behaviour and easy to use option for implementors to cascade configuration option, bottom-up.
Given a tree structure like
it should be easy to look up a property by traversing from leaf to root
PropertyHandler -> ResourceHandler -> ResourceShape -> Api -> Config
.If a property, like
kopflos:resourceLoader
, is not found on one level, try higher. If theConfig
resource does not have a value, we might resort to a config file for fallback and finally a global default.The text was updated successfully, but these errors were encountered: