ibessonov commented on code in PR #1236: URL: https://github.com/apache/ignite-3/pull/1236#discussion_r1003280034
########## modules/raft-client/src/main/java/org/apache/ignite/raft/client/service/RaftGroupService.java: ########## @@ -49,7 +49,7 @@ public interface RaftGroupService { /** * Returns group id. */ - String groupId(); + ReplicationGroupId groupId(); Review Comment: String -> ReplicationGroupId -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org