Hello! Yes, you can do it via continuous query. Apache Ignite will send every entry to your continuous query but you will have to implement windowing yourself.
I.e. remember the last N entries in a local data structure, discard entries that are no longer needed. Regards, -- Ilya Kasnacheev вт, 23 апр. 2019 г. в 18:03, stefano.rebora <[email protected]>: > Thank you for the answer. > > What exactly do you mean by "combining several event batches based on your > logic"? Can you give me an example, please? Can Ignite cache eviction > policies be useful? > > Does any one else have any suggestions about questions 1) and 3) ? > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
