markap14 commented on a change in pull request #4852:
URL: https://github.com/apache/nifi/pull/4852#discussion_r585071601
##########
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:
Interesting. I looked into this briefly a couple months ago and realized
that we still needed to unpack nars for NiFi, so I didn't bother looking much
further. Not sure if the need was only for docs or not, i don't remember the
details. Just remember that I stopped looking into it for some reason or
another (it's possible that I just forgot about it??) But yeah it could be
worth pursuing.
----------------------------------------------------------------
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]