vldpyatkov commented on code in PR #1165:
URL: https://github.com/apache/ignite-3/pull/1165#discussion_r991066367


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableMessageGroup.java:
##########
@@ -58,4 +58,19 @@ public class TableMessageGroup {
      * Message type for {@link 
org.apache.ignite.internal.table.distributed.message.HasDataResponse}.
      */
     public static final int HAS_DATA_RESPONSE = 6;
+
+    /**
+     * Message type for {@link 
org.apache.ignite.internal.table.distributed.replication.request.ReadOnlySingleRowReplicaRequest}.
+     */
+    public static final short RO_SINGLE_ROW_REPLICA_REQUEST = 7;

Review Comment:
   It is the same as other constants' declaration here. I do not catch what you 
mean.



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