Send CB fail events upon failing operator #871
Labels
bug
Something isn't working
_complexity:medium
A task with a medium complexity that should be challanging
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
operator
Pipeline Operators
_size:small
A small task that should be quick to do
Problem
When an operator fails event processing in
on_event
and returns an error, we only log it and carry on without ever sending a fail insight event back fortransactional
events.Possible Solution(s)
Send cb fail at the callsite of
Operator::on_event
.The text was updated successfully, but these errors were encountered: