rdhabalia commented on a change in pull request #3501: [pulsar-broker] Make non-tls web/broker-service optional URL: https://github.com/apache/pulsar/pull/3501#discussion_r254897624
########## File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java ########## @@ -101,7 +101,7 @@ category = CATEGORY_SERVER, doc = "The port for serving binary protobuf requests" ) - private Integer brokerServicePort = 6650; + private Integer brokerServicePort; Review comment: @merlimat can you review PR: #3543 . ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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