ptupitsyn commented on code in PR #12569:
URL: https://github.com/apache/ignite/pull/12569#discussion_r2605328209
##########
modules/core/src/main/java/org/apache/ignite/configuration/ClientConfiguration.java:
##########
@@ -227,19 +230,34 @@ public ClientConfiguration setTcpNoDelay(boolean
tcpNoDelay) {
}
/**
- * @return Send/receive timeout in milliseconds.
+ * @return Connection timeout in milliseconds. 0 means infinite.
*/
- public int getTimeout() {
Review Comment:
This is a breaking change, we don't remove public API parts like that.
Please keep the old property, mark with `@Deprecated` annotation, make sure it
still works.
--
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]