Vladsz83 commented on code in PR #11003: URL: https://github.com/apache/ignite/pull/11003#discussion_r1374790114
########## modules/core/src/main/java/org/apache/ignite/internal/client/thin/ClientOperation.java: ########## @@ -280,7 +280,10 @@ public enum ClientOperation { OP_SET_ITERATOR_START(9022), /** IgniteSet.iterator page. */ - OP_SET_ITERATOR_GET_PAGE(9023); + OP_SET_ITERATOR_GET_PAGE(9023), + + /** Get service topolog. */ + SERVICE_GET_TOPOLOGY(9024); Review Comment: Fixed -- 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