Is it possible to call the Apache Nifi ListenHTTP processor or HandleHttpRequest from the java application? Also How to send my custom arguments to ListenHTTP "Remote URL" property from a java application?
How to set properties of a Processor through Java API?
How to pass a parameter through an URL to a Nifi processor group? And how can I start the processor group through that URL.
http://localhost:8080/api/firstname/{first_name}/lastname/{last_name}
I want to send first_name and last_name from my java application to Nifi processor? how to achieve this?
