Skip to content

Commit fea6dd3

Browse files
authored
Update doc reference to exactly once delivery guarantees (#397)
1 parent be5d108 commit fea6dd3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/advanced/stateful-processing.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,8 @@ app.clear_state()
153153
## State Guarantees
154154

155155
Because Quix Streams currently handles messages with "At Least Once" delivery guarantees, it is possible
156-
for the state to become slightly out of sync with a topic in between shutdowns and
157-
rebalances.
156+
for the state to become slightly out of sync with a topic in between shutdowns and rebalances.
158157

159-
While the impact of this is generally minimal and only for a small amount of messages,
160-
be aware this could cause side effects where the same message may be re-processed
161-
differently, if it depended on certain state conditionals.
158+
While the impact of this is generally minimal and only for a small amount of messages, be aware this could cause side effects where the same message may be reprocessed differently, if it depended on certain state conditionals.
162159

163-
"Exactly Once" delivery guarantees avoids this, and it is currently on our roadmap.
160+
"Exactly Once" delivery guarantees avoid this. You can learn more about delivery/processing guarantees [here](https://quix.io/docs/quix-streams/configuration.html?h=#processing-guarantees).

0 commit comments

Comments
 (0)