sergey-chugunov-1985 commented on code in PR #1204:
URL: https://github.com/apache/ignite-3/pull/1204#discussion_r995625119
##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/network/messages/CmgMessageGroup.java:
##########
@@ -53,4 +62,54 @@ public class CmgMessageGroup {
* Message type for {@link SuccessResponseMessage}.
*/
public static final short SUCCESS_RESPONSE = 6;
+
+ /**
+ * Message types for RAFT commands.
+ */
+ public interface Commands {
+ /**
+ * Messae type for {@link InitCmgStateCommand}.
Review Comment:
Typo in word `Message`, please fix it.
--
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]