ConduitIO / conduit-connector-kafka

Conduit connector for Apache Kafka
Apache License 2.0
8 stars 5 forks source link

go.mod: bump github.com/twmb/franz-go from 1.16.0 to 1.16.1 #123

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps github.com/twmb/franz-go from 1.16.0 to 1.16.1.

Changelog

Sourced from github.com/twmb/franz-go's changelog.

v1.16.1

This patch release fixes one bug and un-deprecates SaramaHasher.

SaramaHasher, while not identical to Sarama's partitioner, actually is identical to some other partitioners in the Kafka client ecosystem. So, the old function is now un-deprecated, but the documentation correctly points you to SaramaCompatHasher and mentions why you may still want to use SaramaHasher.

For the bug: if you tried using CommitOffsetsSync during a group rebalance, and you canceled your context while the group was still rebalancing, then CommitOffsetsSync would enter a deadlock and never return. That has been fixed.

Commits
  • c5207aa Merge pull request #674 from twmb/patches
  • e08d276 CHANGELOG: note further patch commit
  • 99d6dfb kgo: further fix for cd65d77d05f71ca51d81d247312d0d465fdb76c8
  • 41f0269 Merge pull request #673 from twmb/patch
  • 20867cd CHANGELOG: note incoming v1.16.1
  • cd65d77 kgo: fix bug
  • d40ac19 kgo: un-deprecate SaramaHasher and add docs explaining why
  • a2d69ce Merge pull request #666 from twmb/kadm
  • 0b89158 kadm: add DeleteTopic,DeleteGroup,Error
  • See full diff in compare view


Dependabot compatibility score

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)