pub trait Output: Stage { }Expand description
Outputs: emit processed events to local or synchronous destinations with explicit failure semantics. Ordered write, bounded retry, no unbounded retry, no background flush.
pub trait Output: Stage { }Outputs: emit processed events to local or synchronous destinations with explicit failure semantics. Ordered write, bounded retry, no unbounded retry, no background flush.