exceptionfactory commented on code in PR #7003:
URL: https://github.com/apache/nifi/pull/7003#discussion_r1142173520


##########
nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java:
##########
@@ -2061,6 +2074,25 @@ public Path getQuestDbStatusRepositoryPath() {
         return 
Paths.get(getProperty(STATUS_REPOSITORY_QUESTDB_PERSIST_LOCATION, 
DEFAULT_COMPONENT_STATUS_REPOSITORY_PERSIST_LOCATION));
     }
 
+    /**
+     * @return the directory in which the Python framework source code is 
located
+     */
+    public File getPythonFrameworkSourceDirectory() {

Review Comment:
   That's a good point. Considering NiFiProperties does not currently use 
Optional, leaving this as-is sounds good.



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