Re: Is there a way for client to lazy join the cluster?

2020-08-06 Thread John Smith
Ok I see... On Thu, 6 Aug 2020 at 17:13, Evgenii Zhuravlev wrote: > It should be handled on your application side. For example, you can > make initialization of Ignite instance in a separate thread and add a check > on other API invocations that instance was initialized. > > Evgenii > > чт, 6 ав

Re: Is there a way for client to lazy join the cluster?

2020-08-06 Thread Evgenii Zhuravlev
It should be handled on your application side. For example, you can make initialization of Ignite instance in a separate thread and add a check on other API invocations that instance was initialized. Evgenii чт, 6 авг. 2020 г. в 09:03, John Smith : > I'm testing failover scenarios and currently

Is there a way for client to lazy join the cluster?

2020-08-06 Thread John Smith
I'm testing failover scenarios and currently I have the full cluster shut off. I would still like my application to continue working even if the cache is not there... When my application starts... It calls Ignition.start(config) The application will not start until Ignition.start(config) finishe