Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

Updates the requirements on rdkafka to permit the latest version.

Changelog

Sourced from rdkafka's changelog.

0.28.0 (2021-11-27)

  • Add the StreamConsumer::split_partition_queue method to mirror BaseConsumer::split_partition_queue (#411).

    Thanks to [@​davidblewett], [@​duarten], and [@​nemosupremo] for contributing to the implementation.

  • Breaking change. Remove the StreamConsumerContext type and the ConsumerContext::message_queue_nonempty_callback method. These were essentially implementation details of StreamConsumer that had leaked into the public API. The vast majority of users should be unaffected.

  • Breaking change. Remove the type parameters from the MessageStream type.

  • Breaking change. Add the received TopicPartitionList to the Rebalance::Revoke variant, which is useful when using incremental cooperative rebalancing (#398).

  • Avoid crashing if librdkafka invokes the commit callback with a null topic partition list (#406).

    Thanks, [@​thijsc].

  • Add the new statistics fields in librdkafka v1.7.0 to the various statistics types. The new fields are:

    • Partition::consumer_lag_stored
    • Broker::txidle
    • Broker::rxidle
    • Statistics::age
  • Breaking change. Change the type of the following statistics fields from i64 to u64 to reflect the signedness of the upstream types:

    • Statistics::msg_cnt
    • Statistics::msg_size
    • Statistics::msg_max
    • Statistics::msg_size_max
    • Broker::tx
    • Broker::txbytes
    • Broker::txretries
    • Broker::req_timeouts
    • Broker::rx
    • Broker::rxbytes
    • Broker::rxerrs
    • Broker::rxcorriderrs
    • Broker::rxpartial
    • Broker::zbuf_grow
    • Broker::buf_grow

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rdkafka](https://github.com/fede1024/rust-rdkafka) to permit the latest version.
- [Release notes](https://github.com/fede1024/rust-rdkafka/releases)
- [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md)
- [Commits](fede1024/rust-rdkafka@v0.28.0...v0.28.0)

---
updated-dependencies:
- dependency-name: rdkafka
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
dependabot bot and others added 2 commits November 1, 2022 07:24
Updates the requirements on [zstd](https://github.com/gyscos/zstd-rs) to permit the latest version.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](gyscos/zstd-rs@v0.10.0...v0.10.0)

---
updated-dependencies:
- dependency-name: zstd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@crepererum crepererum added the automerge Instruct kodiak to merge the PR label Nov 1, 2022
@kodiakhq kodiakhq bot merged commit 8678dfe into main Nov 1, 2022
@kodiakhq kodiakhq bot deleted the dependabot/cargo/rdkafka-0.29 branch November 1, 2022 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Instruct kodiak to merge the PR dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant