Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: lower max msg byte in docker to allow us to test against kafka 4.0#1392

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
petedannemann wants to merge6 commits intomain
base:main
Choose a base branch
Loading
fromfix/lower-docker-compose-max-msg-size

Conversation

@petedannemann
Copy link
Contributor

@petedannemannpetedannemann commentedJun 25, 2025
edited
Loading

Kafka 4.0 currently runs out of memory when a high max message size is used, lowering this allows us to test against Kafka 4.0 in CI#1360 (comment)

For consistency I have done this everywhere for all Kafka versions we test against. It was probably a mistake to make it so large from the start

@dajac
Copy link

If it is not enough, you can try to reduce it further (e.g. 1MB) and you can also reduce the number of partitions withoffsets.topic.num.partitions. It is 50 by default. 5 may be enough for your tests.

petedannemann reacted with thumbs up emoji

@petedannemannpetedannemann changed the titlefix: lower max msg byte in docker compose to allow us to test against kafka 4.0fix: lower max msg byte in docker to allow us to test against kafka 4.0Jun 25, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@petedannemann@dajac

[8]ページ先頭

©2009-2025 Movatter.jp