nizhikov commented on code in PR #11584: URL: https://github.com/apache/ignite/pull/11584#discussion_r1801406440
########## modules/core/src/main/java/org/apache/ignite/internal/jdbc/thin/JdbcThinTcpIo.java: ########## @@ -319,6 +335,13 @@ private HandshakeResult handshake(ClientListenerProtocolVersion ver) throws IOEx if (ver.compareTo(VER_2_13_0) >= 0) writer.writeString(connProps.getQueryEngine()); + if (ver.compareTo(VER_2_14_0) >= 0) { + writer.writeByte(connProps.getTransactionConcurrency().ordinal()); Review Comment: Add of transaction parameters to handshake was requested by @timoninmaxim to reduce network messages. -- 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