Skip to content

Instantly share code, notes, and snippets.

@chbatey
Created October 1, 2013 19:26
Show Gist options
  • Save chbatey/6783769 to your computer and use it in GitHub Desktop.
Save chbatey/6783769 to your computer and use it in GitHub Desktop.
Overriding retry policy
Cluster cluster = Cluster.builder()
.addContactPoint("127.0.0.1")
.withRetryPolicy(DowngradingConsistencyRetryPolicy.INSTANCE)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment