Hi,
Is it possible to use streamers to add data to different transactional
caches with transaction boundary defined?
Example :
Transaction tx = ignite.transactions().txStart();
strmr1.addData(1,"xyz"); // strmr1 is configured to stream data
to cache1 (cache1-transactional)
strmr2.addData(2,"abc"); // strmr2 is configured to stream data
to cache2 (cache2-transactional)
tx.commit();
Please suggest the best way to achieve this with optimal performance for
both cache inserts and updates.
Thanks,
Ganesh
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Transaction-Boundary-Data-Streamer-tp13803.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.