hmsonline / storm-cassandra-cql

Storm Cassandra Bridge built on CQL
Apache License 2.0
43 stars 38 forks source link

Changed cast strategy in registerMetrics to avoid ClassCastException #53

Open galarragas opened 9 years ago

galarragas commented 9 years ago

While testing the code on a Storm 0.9.5 I have been encountering ClassCastExceptions in the registerMetrics method. I changed the cast strategy to be consistent to what I found on other Storm sources and removing the issue.