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)
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_keyparameter to instantiate the actor and filter the configuration before sending it. (TBD)