xtern commented on code in PR #1501:
URL: https://github.com/apache/ignite-3/pull/1501#discussion_r1092295699
##########
modules/table/src/main/java/org/apache/ignite/internal/table/InternalTable.java:
##########
@@ -374,6 +425,13 @@ Publisher<BinaryRow> lookup(
*/
List<String> assignments();
+ /**
+ * Gets a list of current table leader assignments with raft term.
+ *
+ * @return List of current leader assignments with raft term.
+ */
+ List<IgniteBiTuple<String, Long>> leaderAssignmentsWithTerm();
Review Comment:
Done, thanks.
Created `PrimaryReplica` in `table` module.
--
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]