rpuch commented on code in PR #939:
URL: https://github.com/apache/ignite-3/pull/939#discussion_r944761133


##########
modules/api/src/main/java/org/apache/ignite/configuration/schemas/table/TableConfigurationSchema.java:
##########
@@ -61,4 +61,8 @@ public class TableConfigurationSchema {
     /** Indices configuration. */
     @NamedConfigValue
     public TableIndexConfigurationSchema indices;
+
+    /** Configuration for Raft groups corresponding to table partitions. */
+    @ConfigValue
+    public RaftConfigurationSchema raft;

Review Comment:
   On a phone call, it was decided to leave it more or less as it is for now. I 
changed a few names and added a TODO, as it was agreed.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to