Problem
Polling wastes resources and adds latency. Consumers need immediate notification of events.
Also known as: http://a.does-not-exist.example.com/started callbacks
Enable real-time server-to-server notifications via HTTP callbacks, avoiding polling.
Polling wastes resources and adds latency. Consumers need immediate notification of events.
Low — HTTP endpoint, retry queue
Medium — delivery monitoring, DLQ handling
Low — familiar HTTP pattern
Consumer down → events queue, retry storm on recovery
Slow consumer → producer thread pool exhausted
Signature mismatch → legitimate events rejected
No idempotency → duplicate processing
DLQ overflow → events lost permanently