Bump github.com/twmb/franz-go from 1.2.2 to 1.2.3 #18

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/twmb/franz-go-1.2.3 into master 2021-11-08 15:19:49 +03:00
dependabot[bot] commented 2021-11-08 14:22:05 +03:00 (Migrated from github.com)

Bumps github.com/twmb/franz-go from 1.2.2 to 1.2.3.

Changelog

Sourced from github.com/twmb/franz-go's changelog.

v1.2.3

This patch fixes the client not supporting brokers that start from large node IDs. The client previously assumed that brokers started at node ID 0 or 1 and went upwards from there. Starting at node 1000 would not always work.

This also adds two very tiny new APIs, FetchTopic.Each{Partition,Record}, which are so tiny they are not worth a minor release.

More work on kadm has been done: the package now supports ACLs.

SASL no longer has a hard coded 30s write timeout; instead, we use the ConnTimeoutOverhead same as everything else. The default produce request timeout has been dropped to 10s from 30s, which is still ~10x more time than Kafka usually needs at the p99.9 level. This will help speed up producing to hung brokers. As well, the default backoff has been changed to 250ms-2.5s rather than 100ms-1s. The old backoff retried too quickly in all cases.

Logs for assigned partitions have been improved, as have logs for inner metadata request / fetch request failures.

  • 07a38bc bugfix client: support non-zero/one node IDs
  • 3cbaa5f add more context to metadata reloads on inner partition errors
  • 1bc1156 feature FetchTopic: add EachRecord, Records helper methods
  • 0779837 consuming, group: improve logging, simplify code
  • d378b32 config: edit comment for FetchMaxWait (about Java setting) (thanks @​dwagin!)
  • df80a52 behavior change config: drop ProduceRequestTimeout to 10s, doc more
  • 6912cfe behavior change config: change default backoff from 100ms-1s to 250ms-2.5s
  • c197efd behavior change client: remove 30s default write timeout for SASL
  • 10ff785 metadata: drop timer based info log, reword
Commits
  • 718547d CHANGELOG: note v1.2.3
  • 07a38bc client: support non-zero/one node IDs
  • 4c13f6d group balancer test: rename kmsg.GroupXyz to kmsg.ConsumerXyz
  • 4bd14cf goro per partition: make lock tighter
  • 4e22b3c kadm: support connect from group APIs
  • 7952375 kadm: use new official names
  • 9ec0a74 kgo: rename GroupMemberXyz to ConsumerMemberXyz
  • 7080818 generate: rename GroupMember{Metadata,Assignment} to ConsumerMembe{Metadata,A...
  • 3368fd5 definitions: add ConnectMember{Metadata,Assignment}
  • 3cbaa5f add more context to metadata reloads on inner partition errors
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.2.2 to 1.2.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/twmb/franz-go/blob/master/CHANGELOG.md">github.com/twmb/franz-go's changelog</a>.</em></p> <blockquote> <h1>v1.2.3</h1> <p>This patch fixes the client not supporting brokers that start from large node IDs. The client previously assumed that brokers started at node ID 0 or 1 and went upwards from there. Starting at node 1000 would not always work.</p> <p>This also adds two very tiny new APIs, <code>FetchTopic.Each{Partition,Record}</code>, which are so tiny they are not worth a minor release.</p> <p>More work on kadm has been done: the package now supports ACLs.</p> <p>SASL no longer has a hard coded 30s write timeout; instead, we use the ConnTimeoutOverhead same as everything else. The default produce request timeout has been dropped to 10s from 30s, which is still ~10x more time than Kafka usually needs at the p99.9 level. This will help speed up producing to hung brokers. As well, the default backoff has been changed to 250ms-2.5s rather than 100ms-1s. The old backoff retried too quickly in all cases.</p> <p>Logs for assigned partitions have been improved, as have logs for inner metadata request / fetch request failures.</p> <ul> <li><a href="https://github.com/twmb/franz-go/commit/07a38bc"><code>07a38bc</code></a> <strong>bugfix</strong> client: support non-zero/one node IDs</li> <li><a href="https://github.com/twmb/franz-go/commit/3cbaa5f"><code>3cbaa5f</code></a> add more context to metadata reloads on inner partition errors</li> <li><a href="https://github.com/twmb/franz-go/commit/1bc1156"><code>1bc1156</code></a> <strong>feature</strong> FetchTopic: add EachRecord, Records helper methods</li> <li><a href="https://github.com/twmb/franz-go/commit/0779837"><code>0779837</code></a> consuming, group: improve logging, simplify code</li> <li><a href="https://github.com/twmb/franz-go/commit/d378b32"><code>d378b32</code></a> config: edit comment for FetchMaxWait (about Java setting) (thanks <a href="https://github.com/dwagin"><code>@​dwagin</code></a>!)</li> <li><a href="https://github.com/twmb/franz-go/commit/df80a52"><code>df80a52</code></a> <strong>behavior change</strong> config: drop ProduceRequestTimeout to 10s, doc more</li> <li><a href="https://github.com/twmb/franz-go/commit/6912cfe"><code>6912cfe</code></a> <strong>behavior change</strong> config: change default backoff from 100ms-1s to 250ms-2.5s</li> <li><a href="https://github.com/twmb/franz-go/commit/c197efd"><code>c197efd</code></a> <strong>behavior change</strong> client: remove 30s default write timeout for SASL</li> <li><a href="https://github.com/twmb/franz-go/commit/10ff785"><code>10ff785</code></a> metadata: drop timer based info log, reword</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twmb/franz-go/commit/718547d4b25498d59c5faad67b7e159788154550"><code>718547d</code></a> CHANGELOG: note v1.2.3</li> <li><a href="https://github.com/twmb/franz-go/commit/07a38bcd2610a66c9247c991713373289418430b"><code>07a38bc</code></a> client: support non-zero/one node IDs</li> <li><a href="https://github.com/twmb/franz-go/commit/4c13f6d5261cdbade6f96c2939b6ae4b03f44f70"><code>4c13f6d</code></a> group balancer test: rename kmsg.GroupXyz to kmsg.ConsumerXyz</li> <li><a href="https://github.com/twmb/franz-go/commit/4bd14cf48a09e7277254b5c2933b43072d07159f"><code>4bd14cf</code></a> goro per partition: make lock tighter</li> <li><a href="https://github.com/twmb/franz-go/commit/4e22b3c503de6a83752fd0f4351895fd0e7c5f99"><code>4e22b3c</code></a> kadm: support connect from group APIs</li> <li><a href="https://github.com/twmb/franz-go/commit/7952375c09c0e8430a68a7c6eea65ad85cef4c1d"><code>7952375</code></a> kadm: use new official names</li> <li><a href="https://github.com/twmb/franz-go/commit/9ec0a741c88283d6a0753b91e90768ee993af5d0"><code>9ec0a74</code></a> kgo: rename GroupMemberXyz to ConsumerMemberXyz</li> <li><a href="https://github.com/twmb/franz-go/commit/70808186d5f74fe71197893e336fe2dee0f68969"><code>7080818</code></a> generate: rename GroupMember{Metadata,Assignment} to ConsumerMembe{Metadata,A...</li> <li><a href="https://github.com/twmb/franz-go/commit/3368fd5afbbfda0f7906d216df95589f40e46466"><code>3368fd5</code></a> definitions: add ConnectMember{Metadata,Assignment}</li> <li><a href="https://github.com/twmb/franz-go/commit/3cbaa5f52c5a299c8ba5b00e65b8c1314de26008"><code>3cbaa5f</code></a> add more context to metadata reloads on inner partition errors</li> <li>Additional commits viewable in <a href="https://github.com/twmb/franz-go/compare/v1.2.2...v1.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/twmb/franz-go&package-manager=go_modules&previous-version=1.2.2&new-version=1.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
vtolstov (Migrated from github.com) approved these changes 2021-11-08 14:22:21 +03:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-broker-kgo#18
No description provided.