I've seen the nifi.variable.registry.properties config, but those seem to by loaded statically and only at NiFi start.
I have a use case where connection strings and other environment settings need to be read periodically from a DataBase and used to control, for example, the hostname and directory for GetSFTP. How can I achieve this?