One malformed event makes the stream consumer crash-loop, blocking every good event behind it
A medium Pipeline Design interview practice problem on DataDriven. Write and execute real pipeline design code with instant grading.
- Domain
- Pipeline Design
- Difficulty
- medium
Problem
One malformed event makes the stream consumer crash-loop, blocking every good event behind it. Design the consumer so bad events are set aside and the good ones keep flowing.
Practice This Problem
Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and grades it automatically.