Skip to content

Commit

Permalink
fix functions default value of processing guarantees (#4310)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaolong.ran <ranxiaolong716@gmail.com>
  • Loading branch information
wolfstudy authored and jerrypeng committed May 20, 2019
1 parent 25bcf4d commit 0876106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/docs/functions-guarantees.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The available options are:
* `ATLEAST_ONCE`
* `EFFECTIVELY_ONCE`

> By default, Pulsar Functions provide at-most-once delivery guarantees. So if you create a function without supplying a value for the `--processingGuarantees` flag, then the function will provide at-most-once guarantees.
> By default, Pulsar Functions provide at-least-once delivery guarantees. So if you create a function without supplying a value for the `--processingGuarantees` flag, then the function will provide at-least-once guarantees.
## Updating the processing guarantees of a function

Expand Down

0 comments on commit 0876106

Please sign in to comment.