Github user rkarthik29 commented on the issue:

    https://github.com/apache/nifi-minifi-cpp/pull/31
  
    `Flow Controller:
        name: MiNiFi Flow
    
    Processors:
        - name: LogAttribute
          class: org.apache.nifi.processors.standard.LogAttribute
          max concurrent tasks: 1
          scheduling strategy: TIMER_DRIVEN
          scheduling period: 1 sec
          penalization period: 30 sec
          yield period: 1 sec
          run duration nanos: 0
          auto-terminated relationships list:
          Properties:
              Log Level: error
              Log prefix: Zoomba says
              Log Payload: true
    
    Connections:
        - name: Get files from nifi
          source name: 1d850ad3-0159-1000-7ee1-de9577f40ca3
          source relationship name: undefined
          destination name: LogAttribute
          max work queue size: 0
          max work queue data size: 1 MB
          flowfile expiration: 600 sec
        - name: back to nifi
          source name: LogAttribute
          source relationship name: success
          destination name: 1e0c7440-0159-1000-2272-7d0521e5059b
          max work queue size: 0
          max work queue data size: 1 MB
          flowfile expiration: 600 sec
    
    Remote Processing Groups:
        - name: NiFi Flow
          url: http://karthiksinstance:8080/nifi
          timeout: 30 secs
          yield period: 10 sec
          Input Ports:
              - id: 1e0c7440-0159-1000-2272-7d0521e5059b
                name: 1e0c7440-0159-1000-2272-7d0521e5059b
                max concurrent tasks: 1
                Properties:
                    Port: 19001
                    Host Name: karthiksinstance
          Output Ports:
              - id: 1d850ad3-0159-1000-7ee1-de9577f40ca3
                name: 1d850ad3-0159-1000-7ee1-de9577f40ca3
                max concurrent tasks: 1
                Properties:
                    Port: 19001
                    Host Name: karthiksinstance`
    
    this is the config i used. I checked my code base and i have checked in the 
latest that i build a worked agains. i will try and rerun the test and confirm


---
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