Hello! I'm not sure that Peer Class Loading will load main-class.
So make sure that your IgniteBiFunction is a static class. Lambdas are notorious for not being static, carrying whole outer class with them when they are serialized. So yes, you should. Regards, -- Ilya Kasnacheev пт, 18 янв. 2019 г. в 19:55, mahesh76private <[email protected]>: > I have enabled peer class loading all my clients and servers. > Should I be pulling IgniteBiFunction into a separate class and try? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
