Hello, I have an ignite cache with custom classes in keys and values, like IgniteCache<MyKey, MyValue> only on one ignite node. I want to read and write data for this cache on all ignite nodes. I tried to use peer class loading, but got a ClassNotFoundException on remote ignite nodes. Is it possible to read and write data from cache without deploying my classes to all nodes?
Thanks, Egor. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
