Cyrill commented on code in PR #4667: URL: https://github.com/apache/ignite-3/pull/4667#discussion_r1829678777
########## modules/api/src/main/java/org/apache/ignite/catalog/annotations/Zone.java: ########## @@ -90,4 +90,11 @@ * @return Nodes filter. */ String filter() default ""; + + /** + * Consistency mode. + * + * @return Consistency mode. + */ + String consistencyMode() default ""; Review Comment: Done -- 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