Github user ijokarumawak commented on the issue:
https://github.com/apache/nifi-registry/pull/112
@bbende I've moved push to different thread. Now it only commits locally on
the web request handling thread. Used blocking queue to push fast enough but
keep the thread waiting until new push is necessary, with this way no interval
configuration is needed I think.
About the commit email address and author, I think using author and email
address those are configured at Git repository as they are, and embedding NiFi
registry end user name in a commit message would make more sense. By doing so,
users can configure whatever they need at the git side, while being able to
track how NiFi registry committed the change and by whom. How do you think?
---