You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
#Amazon Keyspaces Java Driver Helpers
1
+
#Amazon Keyspaces Java Driver Helpers
2
2
This repository contains driver policies, examples, and best practices when using the DataStax Java Driver with Amazon Keyspaces (for Apache Cassandra).
3
3
4
4
## Retry Policies
@@ -12,8 +12,6 @@ The Amazon Keyspaces Retry Policy is an alternative to the DefaultRetryPolicy fo
12
12
The following code shows how to include the AmazonKeyspacesRetryPolicy to existing configuration
13
13
14
14
```
15
-
#Set idempotence for all operations you application can change on request
16
-
basic.request.default-idempotence = true
17
15
advanced.retry-policy {
18
16
class = com.aws.ssa.keyspaces.retry.AmazonKeyspacesRetryPolicy
0 commit comments