Hello I want to use Nifi's UI and APIs (i.e. registry) but not use the Nifi scheduler, controller, runtime. I want to prototype hooking in my own scheduler, controller, runtime. How involved would this be? Would it be more involved than replacing the class "org.apache.nifi.web.controller.ControllerFacade" in the nifi-web-api sub-project with my own version?
I like Nifi's concepts, defined resources, and UI user experience and unfortunately we have legacy runtime elements like an orchestrator that must be continued to be used. It's part of my requirement. Any thoughts, guidance is most appreciated. Thanks again Mike
