aicers / giganto

Raw-Event Storage System for AICE
Apache License 2.0
5 stars 2 forks source link

Update `set_giganto_config` to accept toml formatted full config string #784

Open sophie-cluml opened 1 month ago

sophie-cluml commented 1 month ago

GigantoConfigMutation::set_giganto_config 가 현재 UserConfig 만을 받고 있으나, full configuration 을 받을 수 있도록 수정합니다. 이 때 받게 되는 full configuration 은 일반 문자열 타입인데, 실제 사용될 때 그 내용은 toml 형식을 갖추고 있을 것이므로, 문자열을 toml로 deserialize 하여서, configuration reload 과정에 사용할 수 있습니다.