Kafka Consumer Builder

Use when building a Kafka (or Redpanda) consumer or producer and you want it to be production-safe rather than a naive read loop. Generates an idempotent consumer with explicit offset management, a dedicated consumer group id per service, at-least-once processing with deduplication, bounded retries with backoff, a dead-letter topic (DLQ) for poison messages, graceful rebalance handling, and structured logging/metrics. Also generates idempotent producers with keys for partition affinity. Trigger when the user asks to write/scaffold a Kafka consumer or producer, fix consumer rebalance loops or duplicate processing, or add a DLQ/retry strategy to an existing consumer.

Shravan-Amberkar Updated

File contents

Shravan-Amberkar/agentic-skills/tree/main/skills/kafka-consumer-builder commit d38757f658

Frequently asked questions

npx skillmds@latest add shravan-amberkar/kafka-consumer-builder