-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: message.max.bytes should default to 1048576 not 1 MB #2804
Conversation
@puellanivis thanks for pointing out this discrepancy with current versions of Kafka. However, it is slightly more nuanced as this value has had different default overs the years. The Java producer since v0.8.2 has always had max.request.size of 1048576 (the base 2 version of 1 MB (MiB)) Up to Kafka v0.8.2 message.max.bytes was 1000000 server side |
Yeah, Iβm totally sure that itβs been through a lot of different values. π° Just thinking matching whatever is current is useful. I suppose in our specific use case, we should probably set it to some value greater than whatever anyone would pick as a default. That way we can avoid βchasing a default valueβ. |
I think it probably makes sense for us to match the Java producer, which uses 1048576 |
I suppose I need to rebase and add sign offs into the commit anywaysβ¦ actually, Iβd probably be faster to just open a new PR with a signed commit message. π |
Saram should match the max.request.size default from the Java producer config. https://kafka.apache.org/documentation/#producerconfigs_max.request.size Note that the server has its own limit on the record batch size which defaults to slightly higher than this, but is configurable and can also be set per topic too. https://kafka.apache.org/documentation/#brokerconfigs_message.max.bytes Co-authord-by: Cassondra Foesch <puellanivis@gmail.com> Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
No worries, I've done the rebase and updated the value to 1024*1024 as discussed |
Is there anything blocking now? |
No further holdups, I was just waiting for you to reply with a thumbsup before I went ahead and merged π |
π I guess in this case, I could have thumbs upped in a full comment rather than just as a reaction. |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/IBM/sarama](https://togithub.com/IBM/sarama) | `v1.43.0` -> `v1.43.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fIBM%2fsarama/v1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fIBM%2fsarama/v1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fIBM%2fsarama/v1.43.0/v1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fIBM%2fsarama/v1.43.0/v1.43.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>IBM/sarama (github.com/IBM/sarama)</summary> ### [`v1.43.1`](https://togithub.com/IBM/sarama/releases/tag/v1.43.1): Version 1.43.1 (2024-03-27) [Compare Source](https://togithub.com/IBM/sarama/compare/v1.43.0...v1.43.1) <!-- Release notes generated using configuration in .github/release.yaml at main --> #### What's Changed ##### π Fixes - fix: message.max.bytes should default to [`1048576`](https://togithub.com/IBM/sarama/commit/1048576) not 1 MB by [@​puellanivis](https://togithub.com/puellanivis) in [https://github.com/IBM/sarama/pull/2804](https://togithub.com/IBM/sarama/pull/2804) - fix: add locking around broker throttle timer to prevent race condition by [@​chengsha](https://togithub.com/chengsha) in [https://github.com/IBM/sarama/pull/2826](https://togithub.com/IBM/sarama/pull/2826) ##### π¦ Dependency updates - chore(deps): bump go.opentelemetry.io/otel/sdk from 1.23.1 to 1.24.0 in /examples/interceptors by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2816](https://togithub.com/IBM/sarama/pull/2816) - chore(deps): bump the golang-org-x group with 1 update by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2825](https://togithub.com/IBM/sarama/pull/2825) - chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2822](https://togithub.com/IBM/sarama/pull/2822) - chore(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdoutmetric from 1.23.1 to 1.24.0 in /examples/interceptors by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2815](https://togithub.com/IBM/sarama/pull/2815) #### New Contributors - [@​chengsha](https://togithub.com/chengsha) made their first contribution in [https://github.com/IBM/sarama/pull/2826](https://togithub.com/IBM/sarama/pull/2826) **Full Changelog**: IBM/sarama@v1.43.0...v1.43.1 </details> --- ### Configuration π **Schedule**: Branch creation - "on tuesday" (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. --- - [ ] <!-- 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/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/IBM/sarama](https://togithub.com/IBM/sarama) | `v1.41.3` -> `v1.43.3` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fIBM%2fsarama/v1.43.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fIBM%2fsarama/v1.43.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fIBM%2fsarama/v1.41.3/v1.43.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fIBM%2fsarama/v1.41.3/v1.43.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>IBM/sarama (github.com/IBM/sarama)</summary> ### [`v1.43.3`](https://togithub.com/IBM/sarama/releases/tag/v1.43.3): Version 1.43.3 (2024-08-12) [Compare Source](https://togithub.com/IBM/sarama/compare/v1.43.2...v1.43.3) <!-- Release notes generated using configuration in .github/release.yaml at main --> #### What's Changed ##### π Fixes - fix: declare assignor variable for examples & clean up log format by [@​kumakichi](https://togithub.com/kumakichi) in [https://github.com/IBM/sarama/pull/2909](https://togithub.com/IBM/sarama/pull/2909) - fix(consumer): maintain ordering of offset commit requests by [@​prestona](https://togithub.com/prestona) in [https://github.com/IBM/sarama/pull/2947](https://togithub.com/IBM/sarama/pull/2947) - fix(producer): treat ErrKafkaStorageError as retriable by [@​richardartoul](https://togithub.com/richardartoul) in [https://github.com/IBM/sarama/pull/2939](https://togithub.com/IBM/sarama/pull/2939) ##### π¦ Dependency updates - chore(deps): bump the golang-org-x group across 1 directory with 2 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2956](https://togithub.com/IBM/sarama/pull/2956) - chore(deps): bump github.com/eapache/go-resiliency from 1.6.0 to 1.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2944](https://togithub.com/IBM/sarama/pull/2944) - chore(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2926](https://togithub.com/IBM/sarama/pull/2926) ##### π§ Maintenance - fix(ci): correct docker-compose install by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2954](https://togithub.com/IBM/sarama/pull/2954) ##### π Documentation - fix(doc): correct JVM's config name corresponding to MaxWaitTime by [@​abhipranay](https://togithub.com/abhipranay) in [https://github.com/IBM/sarama/pull/2893](https://togithub.com/IBM/sarama/pull/2893) #### New Contributors - [@​abhipranay](https://togithub.com/abhipranay) made their first contribution in [https://github.com/IBM/sarama/pull/2893](https://togithub.com/IBM/sarama/pull/2893) - [@​kumakichi](https://togithub.com/kumakichi) made their first contribution in [https://github.com/IBM/sarama/pull/2909](https://togithub.com/IBM/sarama/pull/2909) - [@​richardartoul](https://togithub.com/richardartoul) made their first contribution in [https://github.com/IBM/sarama/pull/2939](https://togithub.com/IBM/sarama/pull/2939) **Full Changelog**: IBM/sarama@v1.43.2...v1.43.3 ### [`v1.43.2`](https://togithub.com/IBM/sarama/releases/tag/v1.43.2): Version 1.43.2 (2024-04-25) [Compare Source](https://togithub.com/IBM/sarama/compare/v1.43.1...v1.43.2) <!-- Release notes generated using configuration in .github/release.yaml at main --> #### What's Changed ##### π Fixes - chore(ci): add 32-bit alignment check by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2874](https://togithub.com/IBM/sarama/pull/2874) ##### π¦ Dependency updates - chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2866](https://togithub.com/IBM/sarama/pull/2866) - chore(deps): bump the golang-org-x group with 2 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2853](https://togithub.com/IBM/sarama/pull/2853) - chore(deps): bump github.com/klauspost/compress from 1.17.7 to 1.17.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2857](https://togithub.com/IBM/sarama/pull/2857) - chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/txn_producer in the go_modules group by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2865](https://togithub.com/IBM/sarama/pull/2865) - chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/consumergroup in the go_modules group by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2867](https://togithub.com/IBM/sarama/pull/2867) - chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/exactly_once in the go_modules group by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2868](https://togithub.com/IBM/sarama/pull/2868) - chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in /examples/interceptors in the go_modules group by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2869](https://togithub.com/IBM/sarama/pull/2869) **Full Changelog**: IBM/sarama@v1.43.1...v1.43.2 ### [`v1.43.1`](https://togithub.com/IBM/sarama/releases/tag/v1.43.1): Version 1.43.1 (2024-03-27) [Compare Source](https://togithub.com/IBM/sarama/compare/v1.43.0...v1.43.1) <!-- Release notes generated using configuration in .github/release.yaml at main --> #### What's Changed ##### π Fixes - fix: message.max.bytes should default to [`1048576`](https://togithub.com/IBM/sarama/commit/1048576) not 1 MB by [@​puellanivis](https://togithub.com/puellanivis) in [https://github.com/IBM/sarama/pull/2804](https://togithub.com/IBM/sarama/pull/2804) - fix: add locking around broker throttle timer to prevent race condition by [@​chengsha](https://togithub.com/chengsha) in [https://github.com/IBM/sarama/pull/2826](https://togithub.com/IBM/sarama/pull/2826) ##### π¦ Dependency updates - chore(deps): bump go.opentelemetry.io/otel/sdk from 1.23.1 to 1.24.0 in /examples/interceptors by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2816](https://togithub.com/IBM/sarama/pull/2816) - chore(deps): bump the golang-org-x group with 1 update by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2825](https://togithub.com/IBM/sarama/pull/2825) - chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2822](https://togithub.com/IBM/sarama/pull/2822) - chore(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdoutmetric from 1.23.1 to 1.24.0 in /examples/interceptors by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2815](https://togithub.com/IBM/sarama/pull/2815) #### New Contributors - [@​chengsha](https://togithub.com/chengsha) made their first contribution in [https://github.com/IBM/sarama/pull/2826](https://togithub.com/IBM/sarama/pull/2826) **Full Changelog**: IBM/sarama@v1.43.0...v1.43.1 ### [`v1.43.0`](https://togithub.com/IBM/sarama/releases/tag/v1.43.0): Version 1.43.0 (2024-02-22) [Compare Source](https://togithub.com/IBM/sarama/compare/v1.42.2...v1.43.0) <!-- Release notes generated using configuration in .github/release.yaml at main --> > \[!NOTE]\ > The go.mod directive has been bumped to 1.19 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression. #### What's Changed ##### π New Features / Improvements - feat: update go directive to 1.19 by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2795](https://togithub.com/IBM/sarama/pull/2795) - feat: add BuildSpnFunc to GSSAPIConfig for allow custom spn by [@​fooofei](https://togithub.com/fooofei) in [https://github.com/IBM/sarama/pull/2807](https://togithub.com/IBM/sarama/pull/2807) ##### π Fixes - Use %v formatting words and remove unnecessary newline by [@​puellanivis](https://togithub.com/puellanivis) in [https://github.com/IBM/sarama/pull/2802](https://togithub.com/IBM/sarama/pull/2802) ##### π¦ Dependency updates - chore(deps): bump github.com/klauspost/compress from 1.16.7 to 1.17.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2784](https://togithub.com/IBM/sarama/pull/2784) - chore(deps): bump github.com/eapache/go-resiliency from 1.5.0 to 1.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2810](https://togithub.com/IBM/sarama/pull/2810) - chore(deps): bump github.com/klauspost/compress from 1.17.6 to 1.17.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2811](https://togithub.com/IBM/sarama/pull/2811) ##### π§ Maintenance - chore(doc): add v1.42.2 to CHANGELOG.md by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2796](https://togithub.com/IBM/sarama/pull/2796) #### New Contributors - [@​puellanivis](https://togithub.com/puellanivis) made their first contribution in [https://github.com/IBM/sarama/pull/2802](https://togithub.com/IBM/sarama/pull/2802) - [@​fooofei](https://togithub.com/fooofei) made their first contribution in [https://github.com/IBM/sarama/pull/2807](https://togithub.com/IBM/sarama/pull/2807) **Full Changelog**: IBM/sarama@v1.42.2...v1.43.0 ### [`v1.42.2`](https://togithub.com/IBM/sarama/releases/tag/v1.42.2): Version 1.42.2 (2024-02-09) [Compare Source](https://togithub.com/IBM/sarama/compare/v1.42.1...v1.42.2) <!-- Release notes generated using configuration in .github/release.yaml at main --> #### What's Changed > \[!NOTE]\ > The go.mod directive has been bumped to 1.18 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression. ##### π New Features / Improvements - feat: update go directive to 1.18 by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2713](https://togithub.com/IBM/sarama/pull/2713) - feat: return KError instead of errors in AlterConfigs and DescribeConfig by [@​zhuliquan](https://togithub.com/zhuliquan) in [https://github.com/IBM/sarama/pull/2472](https://togithub.com/IBM/sarama/pull/2472) ##### π Fixes - fix: don't waste time for backoff on member id required error by [@​lzakharov](https://togithub.com/lzakharov) in [https://github.com/IBM/sarama/pull/2759](https://togithub.com/IBM/sarama/pull/2759) - fix: prevent ConsumerGroup.Close infinitely locking by [@​maqdev](https://togithub.com/maqdev) in [https://github.com/IBM/sarama/pull/2717](https://togithub.com/IBM/sarama/pull/2717) ##### π¦ Dependency updates - chore(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2716](https://togithub.com/IBM/sarama/pull/2716) - chore(deps): bump golang.org/x/sync to v0.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2718](https://togithub.com/IBM/sarama/pull/2718) - chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.18 to 4.1.19 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2739](https://togithub.com/IBM/sarama/pull/2739) - chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2748](https://togithub.com/IBM/sarama/pull/2748) - chore(deps): bump the golang-org-x group with 1 update by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2734](https://togithub.com/IBM/sarama/pull/2734) - chore(deps): bump the golang-org-x group with 2 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2764](https://togithub.com/IBM/sarama/pull/2764) - chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.19 to 4.1.21 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2763](https://togithub.com/IBM/sarama/pull/2763) - chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples/exactly_once by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2749](https://togithub.com/IBM/sarama/pull/2749) - chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples/consumergroup by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2750](https://togithub.com/IBM/sarama/pull/2750) - chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples/sasl_scram_client by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2751](https://togithub.com/IBM/sarama/pull/2751) - chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples/interceptors by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2752](https://togithub.com/IBM/sarama/pull/2752) - chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples/http_server by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2753](https://togithub.com/IBM/sarama/pull/2753) - chore(deps): bump github.com/eapache/go-resiliency from 1.4.0 to 1.5.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2745](https://togithub.com/IBM/sarama/pull/2745) - chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples/txn_producer by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2754](https://togithub.com/IBM/sarama/pull/2754) - chore(deps): bump go.opentelemetry.io/otel/sdk from 1.19.0 to 1.22.0 in /examples/interceptors by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2767](https://togithub.com/IBM/sarama/pull/2767) - chore(deps): bump the golang-org-x group with 1 update by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2793](https://togithub.com/IBM/sarama/pull/2793) - chore(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdoutmetric from 0.42.0 to 1.23.1 in /examples/interceptors by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/IBM/sarama/pull/2792](https://togithub.com/IBM/sarama/pull/2792) ##### π§ Maintenance - fix(examples): housekeeping of code and deps by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2720](https://togithub.com/IBM/sarama/pull/2720) ##### β Other Changes - fix(test): retry MockBroker Listen for EADDRINUSE by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2721](https://togithub.com/IBM/sarama/pull/2721) #### New Contributors - [@​maqdev](https://togithub.com/maqdev) made their first contribution in [https://github.com/IBM/sarama/pull/2717](https://togithub.com/IBM/sarama/pull/2717) - [@​zhuliquan](https://togithub.com/zhuliquan) made their first contribution in [https://github.com/IBM/sarama/pull/2472](https://togithub.com/IBM/sarama/pull/2472) **Full Changelog**: IBM/sarama@v1.42.1...v1.42.2 ### [`v1.42.1`](https://togithub.com/IBM/sarama/releases/tag/v1.42.1): Version 1.42.1 (2023-11-07) [Compare Source](https://togithub.com/IBM/sarama/compare/v1.42.0...v1.42.1) #### What's Changed ##### π Fixes - fix: make fetchInitialOffset use correct protocol by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2705](https://togithub.com/IBM/sarama/pull/2705) - fix(config): relax ClientID validation after 1.0.0 by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2706](https://togithub.com/IBM/sarama/pull/2706) **Full Changelog**: IBM/sarama@v1.42.0...v1.42.1 ### [`v1.42.0`](https://togithub.com/IBM/sarama/releases/tag/v1.42.0): Version 1.42.0 (2023-11-02) [Compare Source](https://togithub.com/IBM/sarama/compare/v1.41.3...v1.42.0) <!-- Release notes generated using configuration in .github/release.yaml at main --> #### What's Changed ##### π Fixes - Asynchronously close brokers during a RefreshBrokers by [@​bmassemin](https://togithub.com/bmassemin) in [https://github.com/IBM/sarama/pull/2693](https://togithub.com/IBM/sarama/pull/2693) - Fix data race on Broker.done channel by [@​prestona](https://togithub.com/prestona) in [https://github.com/IBM/sarama/pull/2698](https://togithub.com/IBM/sarama/pull/2698) - fix: data race in Broker.AsyncProduce by [@​lzakharov](https://togithub.com/lzakharov) in [https://github.com/IBM/sarama/pull/2678](https://togithub.com/IBM/sarama/pull/2678) - Fix default retention time value in offset commit by [@​prestona](https://togithub.com/prestona) in [https://github.com/IBM/sarama/pull/2700](https://togithub.com/IBM/sarama/pull/2700) - fix(txmgr): ErrOffsetsLoadInProgress is retriable by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2701](https://togithub.com/IBM/sarama/pull/2701) ##### π§ Maintenance - chore(ci): improve ossf scorecard result by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2685](https://togithub.com/IBM/sarama/pull/2685) - chore(ci): add kafka 3.6.0 to FVT and versions by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2692](https://togithub.com/IBM/sarama/pull/2692) ##### β Other Changes - chore(ci): ossf scorecard.yml by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2683](https://togithub.com/IBM/sarama/pull/2683) - fix(ci): always run CodeQL on every commit by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2689](https://togithub.com/IBM/sarama/pull/2689) - chore(doc): add OpenSSF Scorecard badge by [@​dnwe](https://togithub.com/dnwe) in [https://github.com/IBM/sarama/pull/2691](https://togithub.com/IBM/sarama/pull/2691) #### New Contributors - [@​bmassemin](https://togithub.com/bmassemin) made their first contribution in [https://github.com/IBM/sarama/pull/2693](https://togithub.com/IBM/sarama/pull/2693) - [@​lzakharov](https://togithub.com/lzakharov) made their first contribution in [https://github.com/IBM/sarama/pull/2678](https://togithub.com/IBM/sarama/pull/2678) **Full Changelog**: IBM/sarama@v1.41.3...v1.42.0 </details> --- ### Configuration π **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/newrelic/nri-kafka). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
https://kafka.apache.org/documentation/#brokerconfigs_message.max.bytes
Says this default value should be
1048588
, not 1 megabyte (and also weirdly not 1 Mebibyte π€·ββοΈ ) matching these expected values is important, as one language could publish an event that another language would then refuse to republish.The produced error message
ConfigurationError(fmt.Sprintf("Attempt to produce message larger than configured Producer.MaxMessageBytes: %d > %d", size, p.conf.Producer.MaxMessageBytes)
is also poorly designed to allow for event handling of that message. It would require anerrors.As
followed by astrings.HasPrefix(β¦)
which is really not what Go recommends to handle errors (that is, direct string manipulation, which is inherently fragile as the error string should be easily changeable.) This change doesnβt really address this issue, but I wanted to mention it.