Skip to content

Commit 18ec42b

Browse files
committed
fix #1200: update doc
1 parent 30c2b72 commit 18ec42b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/utilities/idempotency.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -708,10 +708,12 @@ By using **`withPayloadValidationJMESPath("amount")`**, we prevent this potentia
708708

709709
### Making idempotency key required
710710

711-
If you want to enforce that an idempotency key is required, you can set **`ThrowOnNoIdempotencyKey`** to `True`.
711+
If you want to enforce that an idempotency key is required, you can set **`ThrowOnNoIdempotencyKey`** to `true`.
712712

713713
This means that we will throw **`IdempotencyKeyException`** if the evaluation of **`EventKeyJMESPath`** is `null`.
714714

715+
When set to `false` (the default), if the idempotency key is null, then the data is not persisted in the store.
716+
715717
=== "App.java"
716718

717719
```java hl_lines="9-10 13"

0 commit comments

Comments
 (0)