Hi All,
I'm currently using the PutCassandraQL processor and have implemented a feature
that is (I believe) worthwhile. I'd like to see hear your thoughts and donate
the code if you're interested. I've implemented a cache for the cql
PreparedStatement. In my specific use case I'm using the same set of
PreparedStatements millions of times... the cache should save a round trip to
the database for all but the first of these calls.
If you all are interested let me know I'll follow the process to get the code
into the baseline. Thanks!