eclipse-vertx / eclipse-vertx/vert.x

Add methods to NetSocket for buffer handling

Open
#4,341 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
14.7k
Forks
2.1k
Avg merge
2d 7h
Merged PRs (30d)
28

Description

Using Vertx 4.2.7 currently.

Please add `getWriteQueueSize`. While `writeQueueFull` is useful, it would be helpful to see what the current write queue size used to calculate `writeQueueFull` is so we can offer multi-tiered escalation for back pressure handling instead of just full or not full. E.g., in a video stream pipe, can vary the quality based on different levels of backlog determined by the current write queue size.

Please add a public `getWriteQueueMaxSize`. There is currently a `setWriteQueueMaxSize` method with no corresponding getter. It would be useful to see what the current value is before changing it in pipeline handlers.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.