Skip to content

Commit b744c92

Browse files
fix(deps): update module github.com/twmb/franz-go/pkg/kadm to v1.10.0 (#313)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/twmb/franz-go/pkg/kadm](https://togithub.com/twmb/franz-go) | require | minor | `v1.9.2` -> `v1.10.0` | --- ### Release Notes <details> <summary>twmb/franz-go (github.com/twmb/franz-go/pkg/kadm)</summary> ### [`v1.10.0`](https://togithub.com/twmb/franz-go/blob/HEAD/CHANGELOG.md#v1100) \=== This is a small release that contains one bug fix, one new feature, and improvements in log lines, and improvements to work around AWS MSK being a bit odd with SASL reauthentication. Previously, the client's sticky partitioners actually did not preserve stickiness because the client did not attach previous-partitions when rejoining the group. That is now fixed. The new feature, `ConsumePreferringLagFn`, allows you to have some advanced reordering of how to consume. The recommended way of using this option is `kgo.ConsumePreferringLagFn(kgo.PreferLagAt(50))`, which allows you to favor laggy partitions if the client is more than 50 records behind in the topic. The kadm module is also released with v1.4.0, which contains new APIs to find coordinators for groups or transactional IDs, and an API to fetch API versions for all brokers in the cluster. - [`a995b1b`](https://togithub.com/twmb/franz-go/commit/a995b1b) kgo broker: retry sasl auth failures during reauthentication - [`8ab8074`](https://togithub.com/twmb/franz-go/commit/8ab8074) kgo connection: always allow one request after SASL - [`dcfcacb`](https://togithub.com/twmb/franz-go/commit/dcfcacb) **bugfix** `{Cooperative,Sticky}Balancer`: bug fix lack of stickiness - [`76430a8`](https://togithub.com/twmb/franz-go/commit/76430a8) **feature** kgo: add `ConsumePreferringLagFn` to consume preferring laggy partitions - [`9ac6c97`](https://togithub.com/twmb/franz-go/commit/9ac6c97) **improvement** kgo: support forward & backward batch requests for FindCoordinator, OffsetFetch </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/elastic/apm-queue). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9781837 commit b744c92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/googleapis/gax-go/v2 v2.12.0
1212
github.com/stretchr/testify v1.8.4
1313
github.com/twmb/franz-go v1.15.1
14-
github.com/twmb/franz-go/pkg/kadm v1.9.2
14+
github.com/twmb/franz-go/pkg/kadm v1.10.0
1515
github.com/twmb/franz-go/pkg/kfake v0.0.0-20230824183127-a1a2a452c33e
1616
github.com/twmb/franz-go/pkg/kmsg v1.7.0
1717
github.com/twmb/franz-go/plugin/kotel v1.4.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
116116
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
117117
github.com/twmb/franz-go v1.15.1 h1:ina2HNm9D5TRn+5fm0VAboOVCqF11XBAJA0JwQJnWyQ=
118118
github.com/twmb/franz-go v1.15.1/go.mod h1:aos+d/UBuigWkOs+6WoqEPto47EvC2jipLAO5qrAu48=
119-
github.com/twmb/franz-go/pkg/kadm v1.9.2 h1:2Aj7DOaSFT5TyJ5BLEbAanXuby7CeWjpXW9ht8fy73c=
120-
github.com/twmb/franz-go/pkg/kadm v1.9.2/go.mod h1:hUMoV4SRho+2ij/S9cL39JaLsr+XINjn0ZkCdBY2DXc=
119+
github.com/twmb/franz-go/pkg/kadm v1.10.0 h1:3oYKNP+e3HGo4GYadrDeRxOaAIsOXmX6LBVMz9PxpCU=
120+
github.com/twmb/franz-go/pkg/kadm v1.10.0/go.mod h1:hUMoV4SRho+2ij/S9cL39JaLsr+XINjn0ZkCdBY2DXc=
121121
github.com/twmb/franz-go/pkg/kfake v0.0.0-20230824183127-a1a2a452c33e h1:/WitOkrtqVY7Jy9YGeQ1EibJAZ32plLHhWz8oePjyaw=
122122
github.com/twmb/franz-go/pkg/kfake v0.0.0-20230824183127-a1a2a452c33e/go.mod h1:n45fs28DdNx7PRAiYwBTwOORJGUMGqHzmFlr0pcW+BY=
123123
github.com/twmb/franz-go/pkg/kmsg v1.7.0 h1:a457IbvezYfA5UkiBvyV3zj0Is3y1i8EJgqjJYoij2E=

0 commit comments

Comments
 (0)