ptupitsyn opened a new pull request, #10642:
URL: https://github.com/apache/ignite/pull/10642

   * Add `IgniteClientConfiguration.EnableClusterDiscovery`.
   * Allow any combinations of `EnableClusterDiscovery` and 
`EnablePartitionAwareness`:
     * Only `EnablePartitionAwareness`: use configured endpoints to route 
requests.
     * Only `EnableClusterDiscovery`: use discovered endpoints for failover, 
but maintain only one connection.
     * Both enabled: discover all, connect to all.
     * Both disabled: maintain one connection, use only configured endpoints 
for failover.


-- 
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]

Reply via email to