ivanzlenko commented on code in PR #7697:
URL: https://github.com/apache/ignite-3/pull/7697#discussion_r2878957611
##########
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/ConfigurationRegistry.java:
##########
@@ -264,4 +265,29 @@ public KeyIgnorer keyIgnorer() {
public long notificationCount() {
return changer.notificationCount();
}
+
+ /**
+ * Creates an instance of {@code ConfigurationRegistry}.
+ *
+ * @param configurationModule the module containing configuration root
keys, migration logic, and deleted prefixes.
Review Comment:
Not sure about documentation for this parameters. Left it for now, but
wouldn't mind to remove to be fair.
--
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]