Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 412 Bytes

README.md

File metadata and controls

4 lines (2 loc) · 412 Bytes

cass-java-driver-plugins

This project contains code to implement a ExponentialRetryPolicy in datastax java driver (https://github.com/datastax/java-driver/tree/3.x/manual/retries). This retry policy will allow users to retry by exponentially backing off with ceiling of max retry delay with unlimited retry. You can optionally set the max number of retries to throw error after the max retries have reached.