Skip to content

Investigate inbound HTTP message deframing - #6353

Draft
vietj wants to merge 3 commits into
masterfrom
inbound-queue-budget
Draft

Investigate inbound HTTP message deframing #6353
vietj wants to merge 3 commits into
masterfrom
inbound-queue-budget

Conversation

@vietj

@vietj vietj commented Sep 9, 2026

Copy link
Copy Markdown
Member

Motivation:

Let HTTP streams provide a pluggable message deframer of pooled buffers instead of implementing it on top of the HTTP API.

The following can be retrofit:

  • Vert.x Buffer dispatch
  • Form and file upload processing

Server side HTTP/1.x has no implementation and relies on a custom implementation of HttpServerRequest instead of providing an HttpServerStream implementation, thus it would need to be rewritten or written.

Status:

Investigation, for further use, targetting 5.3

@vietj vietj added this to the 5.3.0 milestone Sep 9, 2026
@vietj vietj changed the title Support for message cost evaluation in InboundMessageQueue Investigate inbound HTTP message deframing Sep 9, 2026
@vietj
vietj force-pushed the inbound-queue-budget branch from ec1e350 to f7d69f9 Compare September 10, 2026 13:13
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.

1 participant