You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "ptupitsyn (via GitHub)" <gi...@apache.org> on 2023/04/05 04:25:30 UTC

[GitHub] [ignite] ptupitsyn opened a new pull request, #10623: IGNITE-19221 Java thin: Add ClientConfiguration.clusterDiscoveryEnabled

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

   Cluster discovery is always enabled currently, which can be undesirable in some use cases. Add a config property to disable discovery.


-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite] alex-plekhanov commented on pull request #10623: IGNITE-19221 Java thin: Add ClientConfiguration.clusterDiscoveryEnabled

Posted by "alex-plekhanov (via GitHub)" <gi...@apache.org>.
alex-plekhanov commented on PR #10623:
URL: https://github.com/apache/ignite/pull/10623#issuecomment-1496997006

   Let's fix also AbstractThinClientTest.getClientConfiguration(). Here static address finder is used to disable discovery, now we can use property (also, perhaps ReliabilityTest should be fixed too, where StaticAddressFinder is used and StaticAddressFinder should be removed).


-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite] ptupitsyn merged pull request #10623: IGNITE-19221 Java thin: Add ClientConfiguration.clusterDiscoveryEnabled

Posted by "ptupitsyn (via GitHub)" <gi...@apache.org>.
ptupitsyn merged PR #10623:
URL: https://github.com/apache/ignite/pull/10623


-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [ignite] ptupitsyn commented on pull request #10623: IGNITE-19221 Java thin: Add ClientConfiguration.clusterDiscoveryEnabled

Posted by "ptupitsyn (via GitHub)" <gi...@apache.org>.
ptupitsyn commented on PR #10623:
URL: https://github.com/apache/ignite/pull/10623#issuecomment-1497161615

   @alex-plekhanov tests fixed.


-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org