ibessonov commented on code in PR #2772:
URL: https://github.com/apache/ignite-3/pull/2772#discussion_r1377665687


##########
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:
   Question to myself. Maybe we should have a setter for this property as well. 
See `patchCommandBeforeApply`



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