Skip to content

[server][netty] Introduce netty.server.max-request-size to limit the request size#3050

Merged
loserwang1024 merged 2 commits intoapache:mainfrom
loserwang1024:fluss-server-framework-limit
Apr 13, 2026
Merged

[server][netty] Introduce netty.server.max-request-size to limit the request size#3050
loserwang1024 merged 2 commits intoapache:mainfrom
loserwang1024:fluss-server-framework-limit

Conversation

@loserwang1024
Copy link
Copy Markdown
Contributor

Purpose

Linked issue: close #3049

Brief change log

Tests

API and Format

Documentation

@leonardBang leonardBang self-requested a review April 10, 2026 02:29
Copy link
Copy Markdown
Member

@wuchong wuchong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @loserwang1024 ,

  1. Please update the configuration documentation as well.
  2. Please add unit test or IT case to verify invalid request (mocked request with a very large frame length) can be rejected.

@loserwang1024 loserwang1024 force-pushed the fluss-server-framework-limit branch from 2b1ff3c to 594601a Compare April 13, 2026 03:41
@loserwang1024 loserwang1024 merged commit a18b878 into apache:main Apr 13, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce netty.server.max-request-size to limit the request size

2 participants