Skip to content

Topic

Idempotent message consumers

Techniques that let a consumer process the same message more than once without changing the outcome, commonly by recording a processed marker keyed on an application-level event identifier in the same transaction as the business update.

Current clusters