DDD Microservices with Kafka
A production-ready platform demonstrating Domain-Driven Design, Event-Driven Architecture, and Kubernetes deployment.
Identity Service
Authentication & authorization. JWT tokens, role-based access control.
User Service
Profile management. Auto-created via Kafka events when you sign up.
Blog Service
Content management. Create, publish, and manage blog posts.
Event-Driven Architecture
1
User signs up
→
K
Event → Kafka
→
2
Profile created