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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]