walterddr commented on a change in pull request #7838: URL: https://github.com/apache/pinot/pull/7838#discussion_r762094101
########## File path: pinot-broker/src/main/java/org/apache/pinot/broker/broker/helix/BaseBrokerStarter.java ########## @@ -235,14 +236,21 @@ public void start() // Configure TLS for netty connection to server TlsConfig tlsDefaults = TlsUtils.extractTlsConfig(_brokerConf, Broker.BROKER_TLS_PREFIX); - if (_brokerConf.getProperty(Broker.BROKER_NETTYTLS_ENABLED, false)) { + if (_brokerConf.getProperty(Broker.BROKER_REQUEST_HANDLER_TYPE, Broker.DEFAULT_BROKER_REQUEST_HANDLER_TYPE) Review comment: yes I will enable both once I have all other reducer service up and running (probably in the next 1-2 PRs) -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org