lordgamez commented on code in PR #1713:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1713#discussion_r1448882409


##########
CONFIGURE.md:
##########
@@ -78,8 +132,8 @@ MiNiFi supports YAML and JSON configuration formats. The 
desired configuration f
 
 ### Scheduling strategies
 Currently Apache NiFi MiNiFi C++ supports TIMER_DRIVEN, EVENT_DRIVEN, and 
CRON_DRIVEN. TIMER_DRIVEN uses periods to execute your processor(s) at given 
intervals.
-The EVENT_DRIVEN strategy awaits for data be available or some other 
notification mechanism to trigger execution. CRON_DRIVEN executes at the 
desired intervals
-based on the CRON periods. Apache NiFi MiNiFi C++ supports standard CRON 
expressions without intervals ( */5 * * * * ).
+The EVENT_DRIVEN strategy awaits for data be available or some other 
notification mechanism to trigger execution. EVENT_DRIVEN is the recommended 
strategy for non-source processors.
+CRON_DRIVEN executes at the desired intervals based on the CRON periods. 
Apache NiFi MiNiFi C++ supports standard CRON expressions without intervals ( 
*/5 * * * * ).

Review Comment:
   Readded in 8333c11812fda11ca06c6fe99e902b1fd58e50a7



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to