ibessonov commented on a change in pull request #67:
URL: https://github.com/apache/ignite-3/pull/67#discussion_r596578866



##########
File path: 
modules/configuration/src/main/java/org/apache/ignite/configuration/ConfigurationRegistry.java
##########
@@ -35,22 +41,33 @@
     /** */
     private final ConfigurationChanger changer = new ConfigurationChanger();
 
+    {
+        // Default vaildators implemented in current module.
+        changer.addValidator(Min.class, new MinValidator());

Review comment:
       Maybe it'll make sense in the future. Right now most uses presume that 
you will invoke these setters in loops, so chain calls are more like an 
exception rather then a rule.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to