Skip to content

rust(feat/bug): Improve add flow config, prevent send_impl error#409

Merged
tsift merged 2 commits into
mainfrom
rust/multiplex-add-new-flow-calls
Nov 26, 2025
Merged

rust(feat/bug): Improve add flow config, prevent send_impl error#409
tsift merged 2 commits into
mainfrom
rust/multiplex-add-new-flow-calls

Conversation

@tsift
Copy link
Copy Markdown
Contributor

@tsift tsift commented Nov 26, 2025

Fixes a bug where if the ingestion and the backup channel were full, an error would be returned by send_impl which could impact ingestion for callers if unhandled. Following the previous pattern of not returning the error when the backup channel is full, this scenario will also no longer result in an error. Instead the code path will be tracked with a new metric and logging available at the debug level (to avoid spamming console logs).

Additionally, to speed up adding new flows, calls will be multiplexed concurrently, waiting for all to complete before proceeding.

@tsift tsift requested a review from nathan-sift November 26, 2025 17:13
Comment thread rust/crates/sift_stream/src/stream/mode/ingestion_config.rs
@tsift tsift merged commit 9d7e03e into main Nov 26, 2025
13 of 14 checks passed
@tsift tsift deleted the rust/multiplex-add-new-flow-calls branch November 26, 2025 18:23
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.

2 participants