Hi Everyone, I am using hmsonline/storm-Cassandra from git. I have a table in my Cassandra which composite keys like ..
Create table testable (itemid varchar, location varchar, price varchar, type varchar, primary key(itemid, location, price )) with compact storage ; Now how do I write data into this table from my storm bolt ? Any help is highly appreciated. Thank you, Ajay
