markap14 commented on a change in pull request #5254:
URL: https://github.com/apache/nifi/pull/5254#discussion_r686127030
##########
File path:
nifi-stateless/nifi-stateless-api/src/main/java/org/apache/nifi/stateless/engine/StatelessEngineConfiguration.java
##########
@@ -32,6 +33,11 @@
File getKrb5File();
+ /**
+ * @return the directory to use for storing FlowFile Content, or an empty
optional if content is to be stored in memory
+ */
+ Optional<File> getContentRepositoryStoragePath();
Review comment:
Nope :) Good catch.
--
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]