Hi,

You can try a following combination:
1. Use IgniteEvents to setup event listeners.
2. Disable events for all other caches via CacheConfiguration.setEventsDisabled.

вс, 7 апр. 2019 г. в 15:18, matanlevy <matanlev...@gmail.com>:
>
> Hi,
>
> I am using ignite cache and I would like to know if there is any mechanishm
> that I can use to trigger update only for a *specific *cache.
>
> my use case is using REST API in order to perform simple actions on the
> cache(simple get and put), so I can't use Continous Query for that.
>
> I know that I can use the event mechanism for that, but I am affraid the
> overhead for eachupdate in each cache in the clusther is too high.
>
> I am looking for a way to filter it so only updates on my specific cache
> will trigger events.
>
> Thanks!
>
>
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/



-- 
Best regards,
Ivan Pavlukhin

Reply via email to