Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/74#discussion_r111136647
  
    --- Diff: README.md ---
    @@ -286,6 +287,26 @@ Additionally, users can utilize the MiNiFi Toolkit 
Converter (version 0.0.1 - sc
         if you do not want to enable client certificate base authorization
         nifi.security.need.ClientAuth=false
     
    +### Provenance Report
    +
    +    Add ProvenanceTaskReport processor to config.yml
    +    Port UUID of the ProvenanceTaskReport is the remote NiFi input port 
UUID
    + 
    +    - name: ProvenanceTaskReport
    +      id: 471deef6-2a6e-4a7d-912a-81cc17e3a209
    +      class: org.apache.nifi.processors.standard.ProvenanceTaskReport
    +      max concurrent tasks: 1
    +      scheduling strategy: TIMER_DRIVEN
    +      scheduling period: 1 sec
    +      penalization period: 30 sec
    +      yield period: 10 sec
    +      run duration nanos: 0
    +      auto-terminated relationships list:
    +      Properties:
    +          Port: 10001
    +          Host Name: localhost
    +          Port UUID: 471deef6-2a6e-4a7d-912a-81cc17e3a204
    --- End diff --
    
    This is typically accomplished via port uuid


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to