Paul Grey created NIFI-11490:
--------------------------------

             Summary: Enable specification of java command line options to NiFi 
process
                 Key: NIFI-11490
                 URL: https://issues.apache.org/jira/browse/NIFI-11490
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Paul Grey
            Assignee: Paul Grey


The method "RunNiFi.start()" enables the specification of JVM command line 
arguments to be supplied to the NiFi process (typically via bootstrap.conf).  
Augment this functionality by adding the capability to specify JVM command line 
options, which would be added before the NiFi classpath.

To launch a class file:
java [options] mainclass [args ...]

To launch the main class in a JAR file:
java [options] -jar jarfile [args ...]

https://docs.oracle.com/en/java/javase/13/docs/specs/man/java.html




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to