Hello! Unfortunately, Apache Ignite does not have such mechanism: we support pulling records from DB but we don't support updates being pushed from DB (and indeed, DBs usually lack such functionality out of box).
There may be solutions around in various stages of readiness: GoldenGate integration, Kafka integration, using DB triggers to notify Ignite. Still, the easiest way here is to make Apache Ignite responsible for the data, so that it will auto-sync its cache updates with DB (3rd party persistence it is called) Regards, -- Ilya Kasnacheev чт, 1 авг. 2019 г. в 17:12, raja24 <[email protected]>: > Hi, > > Currently we are doing a POC for cache read-through pattern. > Apache ignite will support for Auto sync caches with database, if we > add/update/delete any records in the DB. > > Thanks in advance. > > - Raja > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
