We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7372c commit 9a896a2Copy full SHA for 9a896a2
README.md
@@ -12,8 +12,6 @@ The Amazon Keyspaces Retry Policy is an alternative to the DefaultRetryPolicy fo
12
The following code shows how to include the AmazonKeyspacesRetryPolicy to existing configuration
13
14
```
15
-#Set idempotence for all operations you application can change on request
16
-basic.request.default-idempotence = true
17
advanced.retry-policy {
18
class = com.aws.ssa.keyspaces.retry.AmazonKeyspacesRetryPolicy
19
max-attempts = 3
0 commit comments