Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency karafka to v2.1.8 #309

Merged
merged 1 commit into from
Jul 31, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 29, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
karafka (source, changelog) patch 2.1.7 -> 2.1.8

Release Notes

karafka/karafka (karafka)

v2.1.8

Compare Source

  • [Improvement] Introduce Karafka::BaseConsumer#used? method to indicate, that at least one invocation of #consume took or will take place. This can be used as a replacement to the non-direct messages.count check for shutdown and revocation to ensure, that the consumption took place or is taking place (in case of running LRJ).
  • [Improvement] Make messages#to_a return copy of the underlying array to prevent scenarios, where the mutation impacts offset management.
  • [Improvement] Mitigate a librdkafka cooperative-sticky rebalance crash issue.
  • [Improvement] Provide ability to overwrite consumer_persistence per subscribed topic. This is mostly useful for plugins and extensions developers.
  • [Fix] Fix a case where the performance tracker would crash in case of mutation of messages to an empty state.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@mensfeld mensfeld merged commit ed82279 into master Jul 31, 2023
24 checks passed
@mensfeld mensfeld deleted the renovate/karafka-2.x-lockfile branch July 31, 2023 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant