pingles / clj-hector

Simple Cassandra client for Clojure
42 stars 19 forks source link

Adding support for blockUntilComplete for ddl #56

Open vincentjames501 opened 10 years ago

vincentjames501 commented 10 years ago

We have issues where some of our migrations depend on other to complete before running. This should provide a backwards compatible way of adding the blocking functionality necessary to avoid these types of issues when running migrations/schema changes.