I was able to figure this out. Was missing the ignite.events().localListen(lsnr, EVT_CACHE_OBJECT_PUT);
On Thu, May 30, 2019 at 12:43 PM Mike Needham <[email protected]> wrote: > But does ignite fire the ignite > event EventType.EVT_CACHE_OBJECT_PUT, EventType.EVT_CACHE_OBJECT_READ > and EventType.EVT_CACHE_OBJECT_REMOVED > > On Thu, May 30, 2019 at 12:18 PM Alexandr Shapkin <[email protected]> > wrote: > >> Hi, yes, it should work that way. >> >> I was able to caught all events event with the raw SQL using this DBeaver >> https://apacheignite-sql.readme.io/docs/sql-tooling >> >> >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >> > > > -- > *Don't be afraid to be wrong. Don't be afraid to admit you don't have all > the answers. Don't be afraid to say "I think" instead of "I know."* > -- *Don't be afraid to be wrong. Don't be afraid to admit you don't have all the answers. Don't be afraid to say "I think" instead of "I know."*
