hhandoko / cassandra-migration

Apache Cassandra / DataStax Enterprise database migration (schema evolution) library
Apache License 2.0
51 stars 21 forks source link

Make RetryPolicy configurable #55

Open rintcius opened 7 years ago

rintcius commented 7 years ago

Outcome Desired

Make it possible to configure the RetryPolicy - see http://docs.datastax.com/en/drivers/java/2.1/com/datastax/driver/core/Cluster.Builder.html#withRetryPolicy-com.datastax.driver.core.policies.RetryPolicy-


Definition of Done

It is possible to specify a RetryPolicy that will be used for the migrations. When no RetryPolicy is specified the default is used.

hhandoko commented 7 years ago

Hi @rintcius , I can have a look at adding this in the next release (April - May).