Hi, I would not recommend to serialize instances of Ignite, IgniteCache, IgniteQueue, etc. This is supported, but provides unnecessary overhead. You can always inject Ignite into your job using annotation:
@IgniteInstanceResource private transient Ignite ignite; -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/compute-best-practices-examples-tp6663p6664.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
