Skip to content

Commit e838f52

Browse files
committed
WIP: Add support to subscribe to sub-keys
1 parent 47ebc04 commit e838f52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/frequenz/sdk/config/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ async def main() -> None:
6565
```
6666
"""
6767

68+
# TODO:
69+
# This still needs support to filter by sub-keys using the dot
70+
# notation (so "key.subkey" should subscribe to config["key"]["subkey"]
71+
6872
from ._actor import ConfigManagingActor
6973
from ._global import config_manager, initialize_config, shutdown_config_manager
7074
from ._logging_actor import LoggerConfig, LoggingConfig, LoggingConfigUpdatingActor

0 commit comments

Comments
 (0)