Skip to content

Commit

Permalink
fix version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten authored Jan 13, 2025
1 parent ef2d73d commit e60eca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/preventing-duplicates.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ However, there are more options: external commits and transactional producing.

When you commit to an external system (e.g. by writing to a relational database) the zio-kafka consumer needs to know
about those commits before it can work in rebalance-safe-commits mode. Inform zio-kafka about external commits by
invoking method `Consumer.registerExternalCommits(offsetBatch: OffsetBatch)` (available since zio-kafka 2.9.2).
invoking method `Consumer.registerExternalCommits(offsetBatch: OffsetBatch)` (available since zio-kafka 2.10.0).

Here is what this could look like:

Expand Down

0 comments on commit e60eca1

Please sign in to comment.