Class JoinConfigCompatCheckerClusterSharding

    • Constructor Detail

      • JoinConfigCompatCheckerClusterSharding

        public JoinConfigCompatCheckerClusterSharding()
    • Method Detail

      • check

        public ConfigValidation check​(com.typesafe.config.Config toCheck,
                                      com.typesafe.config.Config actualConfig)
        Description copied from class: JoinConfigCompatChecker
        Runs the Config check.

        Implementers are free to define what makes Config entry compatible or not. We do provide some pre-build checks tough: {@link JoinConfigCompatChecker.exists()} and {@link JoinConfigCompatChecker.fullMatch()}

        Specified by:
        check in class JoinConfigCompatChecker
        Parameters:
        toCheck - - the Config instance to be checked
        actualConfig - - the Config instance containing the actual values
        Returns:
        a ConfigValidation. Can be Valid or Invalid, the later must contain a descriptive list of error messages.