kgusakov commented on a change in pull request #321:
URL: https://github.com/apache/ignite-3/pull/321#discussion_r705351302
##########
File path:
modules/raft/src/main/java/org/apache/ignite/raft/jraft/rpc/RpcRequests.java
##########
@@ -48,6 +48,11 @@ private RpcRequests() {
* <code>optional string errorMsg = 2;</code>
*/
String errorMsg();
+
+ /**
+ * <code>optional string leaderId = 3;</code>
+ */
+ String leaderId();
Review comment:
Update by nullable annotation and change javadocs (looks like it is ok
to change this file already)
--
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]