bbende / nifi

Mirror of Apache NiFi
Apache License 2.0
1 stars 1 forks source link

Be able to refer to Regsitry buckets/flows by name #51

Open ghost opened 6 years ago

ghost commented 6 years ago

It would be nice for things like pg-import to be able to refer to bucket/flow names rather than the Id (which can only be discovered by things like list-buckets). It would make it easier to automate the configuration of Nifi integration with the Registry using tools like Ansible, where it can be hard to lookup Ids.

bbende commented 6 years ago

I agree about this idea, unfortunately this requires changes to the REST APIs of NiFi and Registry so it is not something that can be done for the initial version of the tool.

One part of the work would be on registry side: https://issues.apache.org/jira/browse/NIFIREG-136

After that there would need to be changes on NiFi side to allow the import to use names.