You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feed a malformed message to places.member.added — after 5 retries it lands on devices.dlq, main topic progresses, metric increments. Alert from infra#19 fires.
Summary
FastStream default behaviour on consumer exception is redelivery forever. A single malformed event halts progress on that partition.
Changes
devices.dlqwith headersoriginal_topic,error,traceback.devices_dlq_total{topic}and gaugedevices_dlq_depth(see feat(observability): structured logging, metrics, tracing #19).Verification
places.member.added— after 5 retries it lands ondevices.dlq, main topic progresses, metric increments. Alert from infra#19 fires.