314-frameworks-spring-kafka
Installation
SKILL.md
Spring Boot — Kafka messaging
Apply Spring Kafka guidance with concrete examples for design, implementation, and error handling.
Constraints
Compile before messaging refactors; verify after changes.
- MANDATORY: Run
./mvnw compileormvn compilebefore applying any change - SAFETY: If compilation fails, stop immediately
- VERIFY: Run
./mvnw clean verifyormvn clean verifyafter applying improvements - BEFORE APPLYING: Read the reference for detailed rules and examples
When to use this skill
- Add Kafka in Spring Boot
- Review Spring Kafka consumers/producers
- Improve retries, dead-letter topics, or idempotency in Spring Kafka