Advertisement
josephxsxn

InvokeAndListenOnly MiNiFi YAML

Jul 15th, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.69 KB | None | 0 0
  1. Flow Controller:
  2.   name: baseline4
  3.   comment: invoke 2 invoke, named for 0.2 conflicts, 1 second runs
  4. Core Properties:
  5.   flow controller graceful shutdown period: 10 sec
  6.   flow service write delay interval: 500 ms
  7.   administrative yield duration: 30 sec
  8.   bored yield duration: 10 millis
  9.   max concurrent threads: 1
  10. FlowFile Repository:
  11.   partitions: 256
  12.   checkpoint interval: 2 mins
  13.   always sync: false
  14.   Swap:
  15.     threshold: 20000
  16.     in period: 5 sec
  17.     in threads: 1
  18.     out period: 5 sec
  19.     out threads: 4
  20. Content Repository:
  21.   content claim max appendable size: 10 MB
  22.   content claim max flow files: 100
  23.   always sync: false
  24. Provenance Repository:
  25.   provenance rollover time: 1 min
  26. Component Status Repository:
  27.   buffer size: 1440
  28.   snapshot frequency: 1 min
  29. Security Properties:
  30.   keystore: ''
  31.   keystore type: ''
  32.   keystore password: ''
  33.   key password: ''
  34.   truststore: ''
  35.   truststore type: ''
  36.   truststore password: ''
  37.   ssl protocol: ''
  38.   Sensitive Props:
  39.     key:
  40.     algorithm: PBEWITHMD5AND256BITAES-CBC-OPENSSL
  41.     provider: BC
  42. Processors:
  43. - name: InvokeHTTP
  44.   class: org.apache.nifi.processors.standard.InvokeHTTP
  45.   max concurrent tasks: 1
  46.   scheduling strategy: TIMER_DRIVEN
  47.   scheduling period: 1 sec
  48.   penalization period: 30 sec
  49.   yield period: 1 sec
  50.   run duration nanos: 0
  51.   auto-terminated relationships list: []
  52.   Properties:
  53.     Add Response Headers to Request: 'false'
  54.     Always Output Response: 'false'
  55.     Attributes to Send:
  56.     Basic Authentication Password:
  57.     Basic Authentication Username:
  58.     Connection Timeout: 5 secs
  59.     Content-Type: ${mime.type}
  60.     Digest Authentication: 'false'
  61.     Follow Redirects: 'True'
  62.     HTTP Method: GET
  63.     Include Date Header: 'True'
  64.     Max Length To Put In Attribute: '256'
  65.     Penalize on "No Retry": 'false'
  66.     Proxy Host:
  67.     Proxy Port:
  68.     Put Response Body In Attribute:
  69.     Read Timeout: 15 secs
  70.     Remote URL: http://localhost:8081/contentListener
  71.     SSL Context Service:
  72.     Trusted Hostname:
  73.     Use Chunked Encoding: 'false'
  74.     invokehttp-proxy-password:
  75.     invokehttp-proxy-user:
  76.     send-message-body: 'true'
  77. - name: InvokeHTTP2
  78.   class: org.apache.nifi.processors.standard.InvokeHTTP
  79.   max concurrent tasks: 1
  80.   scheduling strategy: TIMER_DRIVEN
  81.   scheduling period: 1 sec
  82.   penalization period: 30 sec
  83.   yield period: 1 sec
  84.   run duration nanos: 0
  85.   auto-terminated relationships list: []
  86.   Properties:
  87.     Add Response Headers to Request: 'false'
  88.     Always Output Response: 'false'
  89.     Attributes to Send:
  90.     Basic Authentication Password:
  91.     Basic Authentication Username:
  92.     Connection Timeout: 5 secs
  93.     Content-Type: ${mime.type}
  94.     Digest Authentication: 'false'
  95.     Follow Redirects: 'True'
  96.     HTTP Method: GET
  97.     Include Date Header: 'True'
  98.     Max Length To Put In Attribute: '256'
  99.     Penalize on "No Retry": 'false'
  100.     Proxy Host:
  101.     Proxy Port:
  102.     Put Response Body In Attribute:
  103.     Read Timeout: 15 secs
  104.     Remote URL: http://localhost:8081/contentListener
  105.     SSL Context Service:
  106.     Trusted Hostname:
  107.     Use Chunked Encoding: 'false'
  108.     invokehttp-proxy-password:
  109.     invokehttp-proxy-user:
  110.     send-message-body: 'true'
  111. Connections:
  112. - name: '123'
  113.   source name: InvokeHTTP2
  114.   source relationship name: Response
  115.   destination name: InvokeHTTP
  116.   max work queue size: 10000
  117.   max work queue data size: 1 GB
  118.   flowfile expiration: 0 sec
  119.   queue prioritizer class: ''
  120. - name: '456'
  121.   source name: InvokeHTTP
  122.   source relationship name: Response
  123.   destination name: InvokeHTTP2
  124.   max work queue size: 10000
  125.   max work queue data size: 1 GB
  126.   flowfile expiration: 0 sec
  127.   queue prioritizer class: ''
  128. Remote Processing Groups: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement