apucher commented on a change in pull request #8106:
URL: https://github.com/apache/pinot/pull/8106#discussion_r797182792
##########
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java
##########
@@ -379,16 +379,16 @@ public String getInstanceId() {
getControllerPort() == null ? Arrays.asList("http") : Arrays.asList());
}
- public String getControllerAccessProtocolProperty(String protocol, String
property) {
- return getProperty(CONTROLLER_ACCESS_PROTOCOLS + "." + protocol + "." +
property);
+ public String getControllerAccessProtocolProperty(String name, String
property) {
Review comment:
only java param name changed, not the property. I reverted that change
to minimize confusion.
--
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]