fix(deps): update module github.com/twmb/franz-go/pkg/kmsg to v1.9.0 (main) #9953
+1,382
−53
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.
This PR contains the following updates:
v1.8.0
->v1.9.0
Release Notes
twmb/franz-go (github.com/twmb/franz-go/pkg/kmsg)
v1.9.0
Compare Source
===
This release contains one important bugfix (sequence number int32 overflow) for
long-lived producers, one minor bugfix that allows this client to work on 32
bit systems, and a few other small improvements.
This project now has integration tests ran on every PR (and it is now forbidden
to push directly to master). These integration tests run against Kraft (Kafka +
Raft), which itself seems to not be 100% polished. A good amount of
investigation went into hardening the client internals to not fail when Kraft
is going sideways.
This release also improves behavior when a consumer group leader using an
instance ID restarts and changes the topics it wants to consume from. See the
KIP-814 commit for more details.
It is now easier to setup a TLS dialer with a custom dial timeout, it is easier
to detect if requests are failing due to missing SASL, and it is now possible
to print attributes with
RecordFormatter
.Lastly, the corresponding kadm v1.3.0 release adds new LeaveGroup admin APIs.
franz-go
b18341d
kgo: work around KIP-814 limitations6cac810
kversions: bump Stable from 3.0 to 3.3203a837
franz-go: fix 32 bit alignment, fix a few lints719c6f4
kgo: avoid overflow on 32 bit systemsdb5c159
feature kgo: add DialTimeout function, complementing DialTLSConfigb4aebf4
kgo: add ErrFirstReadEOF, which unwraps to io.EOFbbac68b
RecordFormatter: support %a; formatter&reader: support 'bool'kadm
d3ee144
kadm: add LeaveGroup api7b8d404
kadm: ListOffsetsAfterMill(future) should return end offsetsConfiguration
📅 Schedule: Branch creation - "before 9am on Monday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.