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
Why don’t u put the type to value and leave the id as the key?
「Humphrey Lopez 」在 2023年3月22日 週三,下午10:16 寫道:
> Okay transient is also not the way to go, cause we want to be able to
> filter sometimes on that field, so it should be there in the cache. But
> thanks for clarifying that the Equals and