ptupitsyn opened a new pull request #737: URL: https://github.com/apache/ignite-3/pull/737
Implement heartbeats in Java thin client: https://cwiki.apache.org/confluence/display/IGNITE/IEP-83+Thin+Client+Keepalive * Add `IgniteClientConfiguration.heartbeatInterval`, default 30 seconds. * Add `ClientConnectorConfiguration.idleTimeout`, default 0 (disabled). * Add `idleTimeout` to handshake. * Set effective heartbeat interval to `Math.min(heartbeatInterval, idleTimeout / 3)`. -- 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]
