Hi group, I'm wondering, if I do some aggregation with trident and want to store data in Cassandra [via .persistentAggregate(..)], but without caring about fault tolerance, do I still need to implement IBackingMap?
My guess is that I still do because I need to implement multiPut, but not multiGet since I don't care about previous state. Is this correct? Thanks -Adrian
