I wanted to update other component configurations (e.g. the MqttBridge ) dynamically from my custom component. However, I couldn't find a way to do it, except through cloud-deployments / subdeployments.
I noticed that SubscribeToConfigurationUpdateRequest has an optional componentName property.
Is it possible to add a similar property to the UpdateConfigurationRequest ?
Nucleus implementation for SubscribeToConfigurationUpdateRequest handler
Nucleus implementation for UpdateConfigurationRequest handler
Originally posted by @AntonBy in #627