Hello What is the best way to keep my app running after i have initialized my ignite instance?
public static void main(String[] args) {
try (Ignite ignite = Ignition.start(igniteConfiguration)) {
}
// How to wait here in a correct way to make ignite not exit the
application
}
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
