amit2103 wrote > We are using Ignite to write all our transactional updates. Currently we > are using read write through. However we plan to use write behind. However > in write behind we want to ensure there is absolutely zero data loss.
Currently there is no way to guarantee zero data loss with write-behind. It is possible to improve by maintaining update queues for backups, but this is not implemented yet [1]. [1] https://issues.apache.org/jira/browse/IGNITE-1897 -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Turn-off-Ignite-Node-autodiscovery-tp3014p3037.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
