aws-samples / amazon-keyspaces-java-driver-helpers

MIT No Attribution
10 stars 3 forks source link

Datastax 3.x support #1

Closed feedhandler closed 3 years ago

feedhandler commented 3 years ago

Hi, do you have a version of this library that will work with the datastax v3.x API? Thanks

michaelraney commented 3 years ago

Hi I put in a version of the retry policy for the v3 driver. Since it uses a different dependency I commented out the code. For the throttler, that functionality is not available in 3.x drivers. https://github.com/aws-samples/amazon-keyspaces-java-driver-helpers/blob/main/src/main/java/com/aws/ssa/keyspaces/retry/AmazonKeyspacesRetryPolicy_driver_v3.java

james-deee commented 2 years ago

@michaelraney what aboiut the LoadBalancer? Do you have one for V3?

michaelraney commented 2 years ago

@james-deee sorry for the late response. You can use DCawareRoundRObin without TOkenAwareness.