I am bit confused. It seems that Cassandra was supporting application specific reconcilers before. Please check the link below.
http://svn.apache.org/repos/asf/cassandra/tags/cassandra-0.7.0-beta2/src/java/org/apache/cassandra/db/ColumnFamily.java However I could not find these changes in 1.2. Did Cassandra support application specific custom reconciler in previous releases ? If it was supported in previous releases, then why it was removed later ? Is there a way to specify application defined conflict resolution in 1.2 ? Thank you Emalayan ________________________________ From: Emalayan Vairavanathan <svemala...@yahoo.com> To: "user@cassandra.apache.org" <user@cassandra.apache.org> Sent: Thursday, 27 June 2013 12:20 AM Subject: [Cassandra] Replacing Cassandra's default reconciler Hi All, I want to replace Cassandra's default reconciler by my application specific reconciler. Can someone tell me how I can do this in Cassandra 1.2 ? Currently I am using CQL to interact with Cassandra. Thank you Emalayan