Hi,
Do you know if there is mechanism to subscribe for to transaction events
(pre or post commit)?

My scenario is the following:
I have 2 caches (A and B) that are modified in the same transaction. On the
other hand, I have a third C cache whose entries are calculated based on A
and B values.
I would like to update C once the transaction that modifies A and B commits.

I plan to collect the modifications of A and B caches by subscribing to the
events (which have the associated transaction id  in the cix field). I would
like to group all the events associated with a certain cix but, I can not
find a way to hook to the transaction's commit event in order to ensure that
all the cache events were triggered.
Then, if the tx modified 5 entries in A and 5 entries in B, I would like to
group them once I have collected all 10 events.

Any help would be greatly appreciated




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to