fix(deps): update module github.com/twmb/franz-go/plugin/kprom to v1.3.0 (main)#6303
Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Open
Conversation
8f26903 to
cef4114
Compare
94466e1 to
e0031d3
Compare
4916d34 to
82d098f
Compare
| datasource | package | from | to | | ---------- | ------------------------------------- | ------ | ------ | | go | github.com/twmb/franz-go/plugin/kprom | v1.2.1 | v1.3.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
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.
This PR contains the following updates:
v1.2.1→v1.3.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
twmb/franz-go (github.com/twmb/franz-go/plugin/kprom)
v1.3.0Compare Source
===
This release contains three new features, a few behavior changes, and one minor
bugfix.
For features, you can now adjust fetched offsets before they are used (thanks
@michaelwilner!), you can now "ping" your cluster to see if the client can
connect at all, and you can now use
SetOffsetswhen consuming partitionsmanually. As a somewhat of a feature-ish, producing no longer requires a
context, instead if a context is nil,
context.Backgroundis used (this wasadded to allow more laziness when writing small unimportant files).
The transactional behavior change is important: the documentation changes are
worth reading, and it is worth using a 2.5+ cluster along with the
RequireStableFetchOffsetsoption if possible. The metadata leader epochrewinding behavior change allows the client to continue in the event of odd
cluster issues.
In kadm, we now return individual per-partition errors if partitions are not
included in OffsetCommit responses. The generated code now has a few more enums
(thanks @weeco!)
Lastly, as a small bugfix,
client.Close()did not properly stop seed brokers.A previous commit split seed brokers and non-seed brokers internally into two
fields but did not add broker shutdown on the now-split seed broker field.
e0b520cbehavior change kadm: set per-partition errors on missing offsets in CommitOffsets32425dffeature client: add Ping methoda059901behavior change txns: sleep 200ms on commit, preventing rebalance / new commit12eaa1ebehavior change metadata: allow leader epoch rewinds after 5 tries029e655feature-ish Produce{,Sync}: default to context.Background if no ctx is providedeb2cec3bugfix client: stop seed brokers on client.Close2eae20dfeature consumer: allow SetOffsets for direct partition consumingConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.