-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
debuggabilityTraceability, dump, verbose modeTraceability, dump, verbose modeobservabilityEngine observabilityEngine observability
Description
In rust/otap-dataflow/crates/engine/src/shared/message.rs (line 292)
It seems we are mapping all errors to RecvError::Closed. Better to check for TryRecvError::Empty and TryRecvError::Disconnected (for both tokio::x::mpsc and flume) and handle accordingly.
See: #1697 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
debuggabilityTraceability, dump, verbose modeTraceability, dump, verbose modeobservabilityEngine observabilityEngine observability
Type
Projects
Status
No status