nifi-api-deploy icon indicating copy to clipboard operation
nifi-api-deploy copied to clipboard

updated YAML template and deploy scripts to match the NiFi 1.0.0 API

Open simplesteph opened this issue 7 years ago • 4 comments

this fixes #32

Overall I think the approach needs to walk away from Groovy and wrap the API calls formally against an SDK (java, python, whichever). Additionally, the NiFi API in 1.0 has tremendously changed and brought a new construct as controller services are now linked to process groups. This also brought a bug as outlined here: https://issues.apache.org/jira/browse/NIFI-2895?jql=project%20%3D%20NIFI

As long as this is not resolved the script will work but things may break.

simplesteph avatar Oct 13 '16 06:10 simplesteph