Contrast-Security-OSS / cassandra-migration

Database migration (evolution) tool for Apache Cassandra
Apache License 2.0
107 stars 51 forks source link

Support use of com.datastax.driver.core.Cluster directly when performing migrations #11

Open jiteshvassa opened 8 years ago

jiteshvassa commented 8 years ago

I see that a custom Cluster/Keyspace class is used in the Java example. Is it possible to provide support for passing in a com.datastax.driver.core.Cluster which has already been configured for use?

SteveFeldman commented 8 years ago

I don't think we've tested yet. Have you given that a try yet?