ottobackwards commented on a change in pull request #4852:
URL: https://github.com/apache/nifi/pull/4852#discussion_r584907344
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-runtime/src/main/java/org/apache/nifi/StatelessNiFi.java
##########
@@ -69,7 +69,7 @@ public static void main(final String[] args) throws
IOException, ClassNotFoundEx
logger.info("Unpacking {} NARs", narFiles.length);
final long startUnpack = System.nanoTime();
for (final File narFile : narFiles) {
Review comment:
I created a nar class loader to work without unpacking the files, I
always wonder if in stateless deployments this wouldn't be better. Although I
did not do the docs, but in stateless, do you need the docs?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]