Skip to content

Conversation

@olix0r
Copy link
Member

@olix0r olix0r commented Oct 13, 2025

The destination controller has a hardcoded stream queue capacity of 100. This commit introduces a new command-line argument --stream-queue-capacity that allows users to customize this value according to their needs.

We believe that '1' is a better default value for most use cases, as it more eagerly detects backpressure and liveness issues. However, we want to be incremental about this change. Therefore, this configuration allows for us to test this new default value in a controlled manner.

The destination controller has a hardcoded stream queue capacity of 100. This
commit introduces a new command-line argument `--stream-queue-capacity` that
allows users to customize this value according to their needs.

We believe that '1' is a better default value for most use cases, as it reduces
memory consumption and latency. However, we want to be incremental about this
change. Therefore, this configuration allows for us to test this new default
value in a controlled manner.
@olix0r olix0r requested a review from a team as a code owner October 13, 2025 21:40
@olix0r olix0r requested a review from adleong October 13, 2025 21:46
@olix0r olix0r merged commit 834b32e into main Oct 13, 2025
67 of 69 checks passed
@olix0r olix0r deleted the ver/env-uqc branch October 13, 2025 22:50
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.

3 participants