Skip to main content

CAMEL_STOP

Constant CAMEL_STOP 

Source
pub const CAMEL_STOP: &str = "CamelStop";
Expand description

Pipeline-executor-recognized stop signal. Set by processors (ThrottleStrategy::Drop, SamplingService) that cannot return PipelineOutcome::Stopped directly because they are Tower Service (Process mode), not OutcomePipeline (Segment). The executor checks this after each step completion. See ADR-0024 amendment.