I got introduced to Scala recently and found its features on Futures and Function composition very neat.
Cassandra utilizes Futures and essentially passing around functions (using anonymous inner subclasses) a lot, if expressed in Scala , it could be much simpler and smoother. just a random thought: would there be any value to rewrite the code in Scala? thanks Yang