Kafka Consumer Review

Validate Kafka consumer robustness and correctness

ruano Updated

File contents

Instructions

  • Ensure idempotent processing (eventId or equivalent)
  • Validate retry strategy (limited + backoff)
  • Check circuit breaker usage
  • Avoid blocking partition for long operations
  • Validate error handling strategy (DLQ or retry flow)
  • Ensure safe commit strategy

Red Flags

  • Infinite retry loops
  • No idempotency
  • External calls without resilience

ruano/codex-skills/tree/main/.agents/skills/kafka-consumer-review commit eff37656e9

Frequently asked questions

npx skillmds@latest add ruano/kafka-consumer-review