advancedConsistency & Transactions
You notice the same event is processed twice in your consumer, causing duplicate side effects. How do you fix this without breaking throughput?
Tests whether you know how to design idempotent processing instead of trying to guarantee exactly-once delivery, which most brokers don't offer by default.
Ready to master this question?
Generate a complete walkthrough — background, the full answer in plain language, a working code example explained line by line, a real-world scenario, common mistakes, and how this same question gets asked in different ways.
Sign in to generate a response