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 <java.dev....@gmail.com>:

> 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) finishes I.e:
> I start the cluster back up.
>

Reply via email to