Github user pvillard31 commented on the issue:

    https://github.com/apache/nifi/pull/2022
  
    Hey @trixpan. Just pushed a new commit with the following modifications:
    - Renamed the processor to ControlNiFiComponent
    - Allow the user to control processor, process group, controller service, 
reporting task
    - Allow the user to defined dynamic properties (with EL allowed) that will 
be used to update the configuration of the target component
    
    This would, for instance, allow a user to define a web service to download 
files with something like:
    HandleHttpRequest -> ControlNiFiComponent -failure-> HandleHttpResponse
    GetHDFS -> HandleHttpResponse
    This way, a user could send a HTTP request with the path of the file to 
download, the ControlNiFiComponent is used to start/stop the GetHDFS processor 
with the path to set in the processor, and the file is sent back to the user.
    
    I believe this would cover NIFI-890.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to