Skip to content

Commit

Permalink
Don't require message in Consumer::store_offset
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch authored and Riley Doyle committed Oct 15, 2022
1 parent f76402b commit 0230018
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).

Thanks, [@djKooks].

* **Breaking change.** Change `Consumer::store_offset` to accept the topic,
partition, and offset directly ([#89], [#368]). The old API, which took a
`BorrowedMessage`, is still accessible as
`Consumer::store_offset_from_message`.

[#89]: https://github.com/fede1024/rust-rdkafka/issues/89
[#95]: https://github.com/fede1024/rust-rdkafka/issues/95
[#360]: https://github.com/fede1024/rust-rdkafka/issues/360
[#367]: https://github.com/fede1024/rust-rdkafka/issues/367
Expand Down

0 comments on commit 0230018

Please sign in to comment.