Contrast-Security-OSS / cassandra-migration

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

Allow to run with an externally created session #19

Open gjesse opened 8 years ago

gjesse commented 8 years ago

This would make it more efficient for java apps to leverage these methods without creating a new session all the time.

abasiri commented 8 years ago

+1 - Ability to pass a pre-created Session would be very useful.

llinder commented 7 years ago

Thoughts on merging this? For anyone using SSL based authentication this would be a requirement.