Github user kevdoran commented on the issue:
https://github.com/apache/nifi-registry/pull/144
This is a fun new feature @bbende. It will be nice for DR or as a mechanism
to populate NiFi Registry instances in new environments with some canned flows.
I looked at the code and tried it out and it's working well for me. There is
some oddness when loading flows from 0.2.0 or 0.3.0 as they don't have all the
metadata available, but I think that's fine. Going forward with git repos
created after this feature exists should have everything there.
Interested to hear from @ijokarumawak on this to get his input as he is the
most experienced with the Java Git stuff, but consider me a tentative +1 on
this PR. Cool stuff!
---