Netflix / CassJMeter

JMeter plugin to run cassandra tests.
Apache License 2.0
163 stars 66 forks source link

support for DataStax driver #21

Open srik-git opened 8 years ago

srik-git commented 8 years ago

Hi,

I want to use this plugin to test Cassandra 2.2 using native transport. Is there a way to use this with DataStax native driver (neither A6x nor thrift but native CQL binary protocol) with this plugin? My schema uses collection types and I don't see serializers for collections. By any chance would bytes serializers work?

Thanks