Hi team,

I have 2 clusters - Spring with Ignite(server mode). The 2 clusters are
running different business, thus i isolated them by using different
multicastGroup

Now i have another project, how could I start 2 ignite instance joining the
2 clusters, while still keeping the isolation?

I tried to below but not work with error "Default Ignite instance has
already been started"

Ignite ignite1 = Ignition.start("E:\\ignite-group-1.xml");
Ignite ignite1 = Ignition.start("E:\\ignite-group-2.xml");

please kindly adivse, thank you



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to