markap14 commented on code in PR #7242:
URL: https://github.com/apache/nifi/pull/7242#discussion_r1210452805


##########
nifi-stateless/nifi-stateless-api/src/main/java/org/apache/nifi/stateless/config/PropertiesFileEngineConfigurationParser.java:
##########
@@ -53,6 +54,9 @@ public class PropertiesFileEngineConfigurationParser {
     private static final String CONTENT_REPO_DIRECTORY = PREFIX + 
"content.repository.directory";
     private static final String STATUS_TASK_INTERVAL = PREFIX + 
"status.task.interval";
 
+    private static final String COMPONENT_ENABLE_TIMEOUT = PREFIX + 
"component.enableTimeout";
+    private static final String PROCESSOR_START_TIMEOUT = PREFIX + 
"processor.startTimeout";

Review Comment:
   Fair enough.



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