Can you easily register a continuous query using Visor or something? I would like to see all cache activity including the before and after toString() representation of objects being modified. I just want to eyeball it during development, not pipe it into another application etc
On Wed, Feb 19, 2020 at 6:03 PM Evgenii Zhuravlev <[email protected]> wrote: > Hi, > > Usually it's Continuous Queries: > https://www.gridgain.com/docs/latest/developers-guide/key-value-api/continuous-queries, > but it depends on your use case. What do you want to do with these events? > > Best Regards, > Evgenii > > ср, 19 февр. 2020 г. в 14:54, Andrew Munn <[email protected]>: > >> What's the best way to watch a cache for insert/update/delete events? >> >
