Netflix / ndbench

Netflix Data Store Benchmark
Apache License 2.0
362 stars 105 forks source link

[cassandra] Not able to enable SSL for cassandra #246

Open vaibhavkhurana2018 opened 4 years ago

vaibhavkhurana2018 commented 4 years ago

We have a cassandra setup with client to node encryption enabled, but i am not able to figure out how to enable the same on ndbench. We are using private CA, so need to add the cert file on the driver. I can see the underlying DataStax driver has the capability to implement SSL, but is not there on the ndbench code.

The code under, CassJavaDriverManagerImpl.java is the one which i had referred to. Can someone please help in this or point to any existing solutions.

vaibhavkhurana2018 commented 4 years ago

Added PR for supporting this, Please review: https://github.com/Netflix/ndbench/pull/247