Enable filtering configuration #1070
Labels
part:config
Affects the configuration management
priority:low
This should be addressed only if there is nothing else on the table
type:enhancement
New feature or enhancement visitble to users
Milestone
What's needed?
Extend the ConfigManagingActor to enable key filtering so that applications can subscribe only to one key rather than the whole configuration.
Proposed solution
The naive solution might be to accept an optional
filter_key
parameter to instantiate the actor and filter the configuration before sending it. (TBD)The text was updated successfully, but these errors were encountered: