ptupitsyn commented on code in PR #4244:
URL: https://github.com/apache/ignite-3/pull/4244#discussion_r1724759366


##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/configuration/ClientHandlerConfigurationModule.java:
##########
@@ -35,7 +34,7 @@ public ConfigurationType type() {
     }
 
     @Override
-    public Collection<RootKey<?, ?>> rootKeys() {
-        return Collections.singleton(ClientConnectorConfiguration.KEY);
+    public Collection<Class<?>> schemaExtensions() {
+        return List.of(ClientConnectorExtensionConfigurationSchema.class);

Review Comment:
   It just looks like there must be a shortcut to avoid manually creating an 
empty class, but I might be wrong.



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

Reply via email to