v1.0.0-rc.154 #64
Reference in New Issue
Block a user
Delete Branch "2606-tcp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is an UNSTABLE release. It includes many experimental features, as well as many AI generated fixes. We recommend using rc.152 for production use.
Expose the two new TCPStreamPusher knobs through the broker config so they can be tuned per deployment, like send_buffer_size already is: - peer_liveness_timeout_ms -> SetPeerLivenessTimeout() - max_backpressure_timeout_ms -> SetMaxBackpressureTimeout() Both are optional fields on tcp_settings; when unset the parser leaves the pusher's built-in defaults (15s / 60s) in place, so existing config files keep working unchanged. The parser also ignores non-positive values. The generated broker/gen/model/Tcp_settings.{h,cpp} are hand-patched to mirror exactly what openapi-generator emits for these fields (verified against the send_buffer_size pattern and by a from_json/to_json round-trip), so re-running update_version.sh reproduces them with no diff. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>