pub async fn addrs_to_configs(
urls: impl Into<ServiceUrls>,
) -> Result<CompositionConfigs, Box<dyn Error + Send + Sync>>Expand description
Deserializes service addresses into composition config, configuring each
service as the single “root”.
If the xp-composition-cli feature is enabled, and a file specified in the
--experimental-store-composition parameter, this is used instead.