hermannpencole / nifi-config

Automatically deploy and configure Template on Nifi
Apache License 2.0
55 stars 39 forks source link

Nifi 1.3.0 Extract/UpdateConfig - Full and brokes relationship #3

Closed gitfirenz closed 7 years ago

gitfirenz commented 7 years ago

I'm on the brand new NIFI 1.3.0

I have two issues : 1/ ExtractConfig extracts the full config, of all my processors groups, not the one specified in the branch 2/ UpdateConfig brokes all output relationships (no issues on log)

hermannpencole commented 7 years ago

Hi, 1/ If i unsterstand ; Today, the extractConfig mode is recursive, and you need to extract your configuration without recursive mode ? can you open a new issue for this (In the meantime you can manually remove the attribute "groupProcessorsEntity" from the configuration file.) 2/ Yes, i reproduce it, the autoTerminatedRelationships is deleted, i will correct it today. Thanks

gitfirenz commented 7 years ago

Thanks. I will open another issue for the 1st one.

hermannpencole commented 7 years ago

nifi-deploy-config is release in 1.1.3. If is it ok for you can you close this issue ?