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.
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
RetryPolicythat will be used for the migrations. When noRetryPolicyis specified the default is used.