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_r343191647
########## 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 COMMANDCONTROL_LISTEN_PORT = "nifi.commandcontrol.listen.port"; Review comment: Thanks for taking the time to review this! Makes sense. I've renamed the property to ``nifi.bootstrap.port``, and rebased to 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: us...@infra.apache.org With regards, Apache Git Services