Re: ContinuousQuery and injected bean

2021-03-10 Thread Ilya Kasnacheev
Hello! It is recommended to use inner static classes as remote filters or runnables/callables, precisely because they don't bring parent class instance with them, which will otherwise consume bandwidth and may cause serialization issues. Regards, -- Ilya Kasnacheev пт, 5 мар. 2021 г. в 12:10,

Re: ContinuousQuery and injected bean

2021-03-05 Thread mvolkomorov
Initially i need singleton service on single node to collect events from data nodes, and process them localy using my injected bean properties. It seems remoteFilterFactory requires the service to be remote too. Could somebody clarify me how exactly making service properties statical affects on ser

ContinuousQuery and injected bean

2021-03-04 Thread mvolkomorov
Hello! I have data-node and service-node with injected bean and doing ContinuousQuery. I am getting the BinaryObjectException: Failed to deserialize object [typeName=ru.mts.service.CaseListenerService] class org.apache.ignite.binary.BinaryObjectException: Failed to read field [name=query] Chanch