Class ServiceStartableUtils


  • public class ServiceStartableUtils
    extends Object
    • Method Detail

      • applyClusterConfig

        public static void applyClusterConfig​(PinotConfiguration instanceConfig,
                                              String zkAddress,
                                              String clusterName,
                                              ServiceRole serviceRole)
        Applies the ZK cluster config to the given instance config if it does not already exist. In the ZK cluster config: - pinot.all.* will be replaced to role specific config, e.g. pinot.controller.* for controllers