Skip to main content

java-kafka-reliability

Use this skill when statically reviewing a Kafka producer/consumer pipeline for whether it actually delivers the delivery semantics it claims — idempotent-producer-vs-exactly-once conflation, transactional read-process-write wiring (transactional.id, initTransactions, sendOffsetsToTransaction, consumer isolation.level=read_committed), at-least-once with or without an idempotent consumer, commit-before-process message loss, ordering (max.in.flight.requests.per.connection combined with idempotence), consumer lag as the operational SLA signal, max.poll.interval.ms rebalance stalls, DLQ/retry-topic design, and acks=all plus min.insync.replicas durability. Trigger when a user provides producer/consumer configuration, Kafka client or Spring @KafkaListener code, or a topic/partition design and asks whether messages can be lost, duplicated, reordered, or stuck, or whether an "exactly-once" claim actually holds. Reads source and sanitized configuration only; it never opens a broker connection, produces or consumes a l

Jump to install

Source facts

Repository
Raishin/vanguard-frontier-agentic
Last source activity
July 17, 2026 at 03:38
Detected SKILL.md language
English
Stars
18
Forks
3

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.