chamilad / nifi_cicd_poc

A CI/CD design for Apache Nifi Flow development
Apache License 2.0
1 stars 4 forks source link

Parameter Contexts in NiFi Registry interactions #1

Open Chaffelson opened 2 years ago

Chaffelson commented 2 years ago

Great blog post! I think that the Parameter Contexts not working correctly has been resolved, and may have even been my fault by not (at the time) matrix testing compatibility between different versions of NiFi and Registry when saving and restoring contexts. I believe this is now fixed, and I have put a very large warning in NiPyAPI that saving Parameters to older versions of Registry will likely lose that part of the Flow definition.

chamilad commented 2 years ago

Hi @Chaffelson , thanks for the wonderful NiPyAPI library. It was one of the easiest libraries I've ever worked with.

And thanks for updating this, I didn't trace through the stack when the NPE was encountered. I'll update the blog post to reflect this fix soon.

Chaffelson commented 2 years ago

Great, glad you like it :) Ping me if you find anything else weird and I'll try to fix it up, or of course you are welcome to make a PR :)