ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

CATCH-UP-CURSOR

Catch-up cursor. See Enterprise Integration Patterns.

Definition

Catch-up cursor — position in a message stream that a consumer resumes from after an interruption to replay missed messages without duplicating those already acknowledged.

Origin

Well-established pattern in messaging buses (Kafka offset, AWS Kinesis shard iterator). Adapted to EDI when a partner resumes after an outage and wants to retransmit from the last acknowledged MDN.

Use

After a 2-hour outage, the AS2 gateway resumes from the last received MDN (catch-up cursor); payloads between that instant and resumption are retransmitted by the partner, deduplication guaranteed by the idempotency key.

Last updated: May 14, 2026