Expand description
Zerobus error taxonomy and its retry / poison / fatal-config classification (blueprint §6). The classification decides the action: transient → honour backoff and retry on the existing stream (never open a new one — that is what caused the predecessor’s stream storm); poison → tear the stream down and rebuild within a bounded budget; fatal-config → fail loud, never degrade.
Enums§
- Error
Class - What a
ZerobusSinkErrormeans for recovery. - Zerobus
Sink Error - Everything that can go wrong in the Zerobus sink.