kafka-for-developers-using-spring-boot-v2
Build Kafka producers and consumers with Spring Boot
All Skills in This Repository (4)
Pure Emerald Level Indicatorstesting
Automate unit and integration testing of Spring Boot Kafka consumers.
kafka-consumer
Create Kafka consumers for Spring Boot with JSON deserialization and PostgreSQL persistence.
controller
Generate Spring Boot RESTful controller endpoints with CRUD operations and integration tests.
db-migration
Automate Flyway migrations for schema changes in Spring Boot Kafka consumer projects.
Frequently Asked Questions
FAQPage SchemaHow to install kafka-for-developers-using-spring-boot-v2?โผ
Run `npx skills add dilipsundarraj1/kafka-for-developers-using-spring-boot-v2 --all -g -y` in your terminal to install all skills in this suite globally.
How to build a Kafka consumer with Spring Boot?โผ
This repository provides complete consumer patterns including @KafkaListener setup, JSON deserialization with type mapping, manual offset acknowledgment, and PostgreSQL persistence via JPA.
How to test Kafka consumers without a real broker?โผ
The included testing skill shows how to use @EmbeddedKafka for an in-process broker and Testcontainers for a real PostgreSQL database, so tests run fully self-contained.
How to handle failed Kafka messages in Spring Boot?โผ
The consumer project demonstrates enterprise error handling with configurable retry topics, dead-letter topics for non-recoverable errors, and scheduled reprocessing of failed records.
Do I need Kafka experience to use these skills?โผ
No. The skills and guide files give your AI agent the exact conventions and templates, so it can generate working producers, consumers, and tests from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core