Dear all, I'm currently on version 2.8 and use ignite.getOrCreateCache(cacheCfg) to create a cache, e.g., cache Account object, etc, on startup. Now whenever I want to add field to the Account class, I need to restart all nodes in the cluster in order to make the change effective, but obviously it will introduce service interruption. Any other way I can modify the class structure by only rolling restart the nodes instead of restarting the whole cluster?
Thanks & Regards, Rick