jabrena/314-frameworks-spring-kafka
Use when you need to design or implement Kafka messaging in Spring Boot — including topic design, producer/consumer implementation, JSON serialization with Boot factory customizers, Testcontainers `@ServiceConnection` integration tests, retries and dead-letter topics, idempotency, and error handling. This should trigger for requests such as Add Kafka in Spring Boot; Review Spring Kafka consumers; Improve retries and DLT in Spring Kafka; Configure Spring Kafka topics serializers or listener containers; Add Spring Kafka dead-letter topic handling. Part of Plinth Toolkit
npx skills add https://github.com/jabrena/plinth --skill 314-frameworks-spring-kafka
Apply Spring Kafka guidance with concrete examples for design, implementation, and error handling.
Compile before messaging refactors; verify after changes.
./mvnw compile or mvn compile before applying any change./mvnw clean verify or mvn clean verify after applying improvementsRead references/314-frameworks-spring-kafka.md and inspect current messaging setup before proposing changes.
Identify reliability and throughput goals and define the minimum safe set of changes.
Implement/refactor Spring Kafka configuration, producer/consumer logic, and failure handling.
Execute build/tests and summarize what changed, what was verified, and follow-up actions.
For detailed guidance, examples, and constraints, see references/314-frameworks-spring-kafka.md.
Take jabrena/314-frameworks-spring-kafka from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.