Skip to content

chore(deps): bump github.com/twmb/franz-go from 1.21.2 to 1.21.3#249

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/twmb/franz-go-1.21.3
Closed

chore(deps): bump github.com/twmb/franz-go from 1.21.2 to 1.21.3#249
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/twmb/franz-go-1.21.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/twmb/franz-go from 1.21.2 to 1.21.3.

Changelog

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

v1.21.3

This patch release contains a few bug fixes and a few internal improvements.

  • PollRecords / PollFetches could permanently hang since v1.21.0 if a consumer session stopped (usually via metadata updates) while fetches to more than four brokers were pending and no poll was in flight. This could only affect users that deliberately set MaxConcurrentFetches(0), or that were using ShareMaxRecordsStrict.

  • Producing to a topic whose partitions ALL have a retriable load error (e.g. a rolling restart of an RF=1 broker briefly leaving every partition leaderless) no longer fails records up front with "unable to partition record due to no usable partitions". Instead, the records remain buffered and retried as metadata reloads.

  • Classic consumer groups now rejoin immediately when an offset commit returns UNKNOWN_MEMBER_ID or ILLEGAL_GENERATION (the broker lost the member, e.g. a session expired during a network blip), rather than consuming as a zombie until the heartbeat loop notices the dead session.

  • DescribeShareGroupOffsets, AlterShareGroupOffsets, and DeleteShareGroupOffsets are now routed to the group coordinator rather than the share coordinator (which would reject the requests for being misrouted).

  • The client-internal metadata cache now deeply clones the cached response before putting it into the cache and before returning it via RequestCachedMetadata (which is now used by default in kadm), eliminating data race possibilities.

  • Various next-gen rebalancer session improvements.

Relevant commits

  • f8842170 improvement kgo: fall back to all partitions when no partition is writable (thanks @​ericsg666!)
  • 824e34d2 improvement kgo: rejoin a classic group when a commit returns a fatal member error (thanks @​v14dis14v!)
  • f520e820 bugfix kgo: do not exit manageFetchConcurrency while sources are pending in wantFetch (thanks @​SLoeuillet!)
  • 8d9c836b bugfix kgo: isolate metadata cache from broker response
  • 19f7dbb2 bugfix kgo,kfake: route share group offset RPCs to the group coordinator
Commits
  • a0f8f33 Merge pull request #1342 from twmb/cl
  • 8ec013c CHANGELOG: 1.21.3
  • a4af6ec Merge pull request #1340 from twmb/1326
  • 78d39df Merge pull request #1339 from SLoeuillet/fix-fetch-manager-quit-pending-wantf...
  • 8f57ffd kgo: address review comments in the fetch manager quit test
  • 5bcb52d kgo: force an 848 heartbeat on subscription changes instead of bouncing
  • 2a60a49 kgo: drain stale rejoin signals before an 848 initial join
  • 0269fef kgo: ack 848 revocations immediately instead of bouncing the session
  • f884217 kgo: fall back to all partitions when no partition is writable
  • 824e34d kgo: rejoin a classic group when a commit returns a fatal member error
  • Additional commits viewable 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 show <dependency name> 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)

Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.21.2 to 1.21.3.
- [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md)
- [Commits](twmb/franz-go@v1.21.2...v1.21.3)

---
updated-dependencies:
- dependency-name: github.com/twmb/franz-go
  dependency-version: 1.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency related work label Jun 8, 2026
@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.18%. Comparing base (cbbed15) to head (3e10b9d).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #249   +/-   ##
=======================================
  Coverage   81.18%   81.18%           
=======================================
  Files          31       31           
  Lines        1913     1913           
=======================================
  Hits         1553     1553           
  Misses        325      325           
  Partials       35       35           
Flag Coverage Δ
unittests 81.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Looks like github.com/twmb/franz-go is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 12, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/twmb/franz-go-1.21.3 branch June 12, 2026 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency related work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant