You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/09/28 17:59:06 UTC

[GitHub] [pinot] walterddr commented on a change in pull request #7488: create controller resource packages config key

walterddr commented on a change in pull request #7488:
URL: https://github.com/apache/pinot/pull/7488#discussion_r717834433



##########
File path: pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java
##########
@@ -66,10 +66,14 @@
   public static final String CONTROLLER_MODE = "controller.mode";
   public static final String LEAD_CONTROLLER_RESOURCE_REBALANCE_STRATEGY = "controller.resource.rebalance.strategy";
 
-  // Comma separated list of list of packages that contain TableConfigTuners to be added to the registry
+  // Comma separated list of packages that contain TableConfigTuners to be added to the registry
   public static final String TABLE_CONFIG_TUNER_PACKAGES = "controller.table.config.tuner.packages";
   public static final String DEFAULT_TABLE_CONFIG_TUNER_PACKAGES = "org.apache.pinot";
 
+  // Comma separated list of packages that contains javax service resources.
+  private static final String CONTROLLER_RESOURCE_PACKAGES = "org.apache.pinot.controller.api.resources";

Review comment:
       Good point, how about rename it as:
   ```suggestion
     private static final String CONTROLLER_RESOURCE_PACKAGES = "controller.restlet.api.resource.packages";
   ```




-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org