I have a situation where we have constraint on the number of processes we can use and hence, is it possible to load nifi server within another Java process? Looking at the org.apache.nifi.bootstrap.RunNiFi.java, it seems that I can create a Java object that does most of what org.apache.nifi.bootstrap.RunNiFi.main() do. Any thoughts if this will work? What are some of the things I need to watch out? And is there another better way to do this or an example? Thank you for your time.
Jamie
