Hello! This is impossible in general, since databases do not have uniform push API. Moreover it is tricky WRT transactional changes.
It may be possible for specific database (triggers, etc), but you will have to implement the bulk of logic, or maybe use a 3rd party solution. Regards, -- Ilya Kasnacheev чт, 28 мар. 2019 г. в 13:55, austin solomon <[email protected]>: > As per my knowledge by enabling writeThrough any updates to the cache will > be > reflected to its underlying RDBMS tables. > > Whereas we want the other way, updates in RDBMS table should be reflected > in > cache. > > Thanks, > Austin > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
