ibessonov commented on code in PR #2772:
URL: https://github.com/apache/ignite-3/pull/2772#discussion_r1386531891
##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/ActionRequest.java:
##########
@@ -32,9 +34,15 @@ public interface ActionRequest extends Message {
String groupId();
/**
- * @return Action's command.
+ * @return Serialized action's command. Specific serialization format may
differ from group to group.
+ */
+ byte[] command();
Review Comment:
My answer to myself - no, we shouldn't
--
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]