szaszm commented on code in PR #1740:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1740#discussion_r1555894471


##########
examples/splittext_puttcp_config.json:
##########
@@ -0,0 +1,86 @@
+{
+    "rootGroup": {
+        "name": "MiNiFi Flow",
+        "processors": [
+            {
+                "name": "Get files from /tmp/input",
+                "identifier": "a8fd96f8-6f3e-4ab8-9cc7-7dcb3304d60b",
+                "type": "org.apache.nifi.processors.standard.GetFile",
+                "schedulingStrategy": "TIMER_DRIVEN",
+                "schedulingPeriod": "2 sec",
+                "penaltyDuration": "30 sec",
+                "yieldDuration": "1 sec",
+                "properties": {
+                    "Input Directory": "/tmp/input"
+                },
+                "autoTerminatedRelationships": []
+            },
+            {
+                "name": "Split text by lines skipping the first 3 header 
lines",
+                "identifier": "40b45f52-ae1d-443c-9465-7e070ce3bea0",
+                "type": "org.apache.nifi.processors.standard.SplitText",
+                "schedulingStrategy": "EVENT_DRIVEN",
+                "schedulingPeriod": "1 sec",

Review Comment:
   I think we should remove the scheduling period setting from EVENT_DRIVEN 
processors.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to