Srini,

In this case you will have to implement a mechanism on the DB side that will
use Ignite API to update the cache. Ignite doean't provide anything out of
the box for this.

Another way to handle this is to configure expirations for cache entries
[1]. This way any entry will be eventually evicted and then reloaded from a
database with the new value.

[1] https://apacheignite.readme.io/docs/expiry-policies

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Need-help-on-the-data-streaming-tp8714p8789.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to