cassandra-migration
cassandra-migration copied to clipboard
Make RetryPolicy configurable
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.
Hi @rintcius , I can have a look at adding this in the next release (April - May).