Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/twmb/franz-go v1.20.2 -> v1.20.3 age adoption passing confidence
golang.org/x/sync v0.17.0 -> v0.18.0 age adoption passing confidence

Release Notes

twmb/franz-go (github.com/twmb/franz-go)

v1.20.3

Compare Source

===

This patch release fixes one bug that has existed since 1.19.0 and improves
retry behavior on dial failures.

The bug: 1.19 introduced code to, when follower fetching, re-check the
preferred replica from the leader every 30 minutes (every RecheckPreferredReplicaInterval).
The logic switched back to a leader after handling a fetch response, using
the offset that the fetch request was issued with. The client would give you
data that it just fetched, go back to the leader, and then get redirected back
to the follower using the offset from before the fetch it just gave you.
You would then receive a bit of duplicate data as the pre-fetch offset is
re-fetched. This is no longer the case.

The improvement: on sharded requests (certain requests that may need to be
split and sent to many brokers), dial errors were not retried. They are now
retried.

  • d5085e90 kgo: retry dial errors on sharded requests if possible
  • 70c81779 kgo source: expired old preferred replicas while creating req, not handling resp

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 7, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/twmb/franz-go to v1.20.3 fix(deps): update go modules (non-major) Nov 8, 2025
@renovate renovate bot force-pushed the renovate/go-modules-(non-major) branch from 620ef3c to fada3ce Compare November 8, 2025 15:37
@renovate renovate bot changed the title fix(deps): update go modules (non-major) fix(deps): update module golang.org/x/sync to v0.18.0 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/go-modules-(non-major) branch from fada3ce to f5b4407 Compare November 12, 2025 01:58
@renovate renovate bot changed the title fix(deps): update module golang.org/x/sync to v0.18.0 fix(deps): update go modules (non-major) Nov 12, 2025
@renovate renovate bot force-pushed the renovate/go-modules-(non-major) branch from f5b4407 to 7f5698f Compare November 12, 2025 05:46
@amuraru amuraru merged commit 580622e into main Nov 12, 2025
8 checks passed
@amuraru amuraru deleted the renovate/go-modules-(non-major) branch November 12, 2025 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants