Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information