You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/12/02 12:55:38 UTC

[GitHub] [nifi] stevedlawrence commented on a change in pull request #3789: NIFI-6740: Add configuration options to specify NiFi/Bootstrap communication ports

stevedlawrence commented on a change in pull request #3789: NIFI-6740: Add configuration options to specify NiFi/Bootstrap communication ports
URL: https://github.com/apache/nifi/pull/3789#discussion_r352579990
 
 

 ##########
 File path: nifi-commons/nifi-properties/src/main/java/org/apache/nifi/util/NiFiProperties.java
 ##########
 @@ -81,6 +81,7 @@
     public static final String PROCESSOR_SCHEDULING_TIMEOUT = "nifi.processor.scheduling.timeout";
     public static final String BACKPRESSURE_COUNT = "nifi.queue.backpressure.count";
     public static final String BACKPRESSURE_SIZE = "nifi.queue.backpressure.size";
+    public static final String BOOTSTRAP_PORT = "nifi.bootstrap.port";
 
 Review comment:
   Thanks for reviewing. THis is been fixed, squashed, and rebased to the latest master.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services