sanpwc commented on a change in pull request #400:
URL: https://github.com/apache/ignite-3/pull/400#discussion_r737717759
##########
File path:
modules/raft-client/src/main/java/org/apache/ignite/raft/client/service/RaftGroupListener.java
##########
@@ -71,4 +74,11 @@
* Invoked once after a raft node has been shut down.
*/
void onShutdown();
+
+ /**
+ * Invoked before submitting a command to a raft group.
+ * @param cmd The command.
Review comment:
typo: cmd -> command, or even command -> cmd
--
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]