Description
Currently Helix provides the following support for config
– User can set config at different scopes - partition, resource, node, cluster.
– config change listeners
Couple of things we need
– config is spread across multiple files(znodes). We need a atomic way to update all configs
– there is no version management, ideally configs should have version and we should be able to support rollback etc