chore: bump franz-go to v1.21.6 - #4754
Open
vtrubesset wants to merge 1 commit into
Open
Conversation
|
|
vtrubesset
marked this pull request as ready for review
September 1, 2026 18:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR bumps
franz-gofrom v1.20.7 to v1.21.6 and updates the related subpackages.v1.21.2 adds MSK IAM support for custom DNS bootstrap hostnames. When the broker hostname does not match the standard MSK URL format, franz-go uses
AWS_REGIONorAWS_DEFAULT_REGIONinstead of failing. See twmb/franz-go#1321.Connect currently ships franz-go v1.20.7. Upgrading the Connect image alone does not fix MSK IAM with custom DNS until this dependency is bumped.
Changes
github.com/twmb/franz-gov1.20.7 → v1.21.6github.com/twmb/franz-go/pkg/kadmv1.17.2 → v1.18.0github.com/twmb/franz-go/pkg/kmsgv1.12.0 → v1.13.1github.com/twmb/franz-go/pkg/srv1.7.0 → v1.8.0Test plan
go test ./internal/impl/kafka/...