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


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/nifi.properties:
##########
@@ -39,6 +39,7 @@ nifi.nar.library.directory=${nifi.nar.library.directory}
 nifi.nar.library.autoload.directory=${nifi.nar.library.autoload.directory}
 nifi.nar.working.directory=${nifi.nar.working.directory}
 nifi.documentation.working.directory=${nifi.documentation.working.directory}
+nifi.nar.unpack.uber.jar=${nifi.nar.unpack.uber.jar}

Review Comment:
   Not necessarily. With nifi.properties, we tend to offer a lot more 
properties because it's easy to configure them and because it's a very mature 
"product." With stateless, this will be important for many cases, and it's 
going to be hard to expose this in a way that makes sense to most users. I 
expect this property will go away from NiFi in the future and we'll always do 
this, but wanted to make it configurable just in case there are any problems. 
WIth Stateless we take a few more liberties than with NiFi just because it's 
newer and faster evolving.



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to