Hello, 

is there a way to execute a ScanQuery with the Predicate not being
serialized?
Otherwise it requires the class which implements the IgniteBiPredicate
interface or the class where
the scan query is executed (with a lambda passed in as the predicate) to be
on the classpath
of the ignite node.

>From documentation/forum I have seen only two ways to avoid
serialization/deserialization problems:
1. enabling PeerClassLoading (which is not recommended for production as
documentation says)
2. put a jar with required classes in the lib folder

It would mean some additional effort for the deployment at the end.
Did I miss something, do I something in the wrong way  or is there maybe any
another approach?

Thank you.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to