🎉 Congratulations!
"Go: Building Event-Driven Microservices with Kafka" completed!
Contents
- Chapter 1. Introduction
- 1.1 Preparation
- 1.2 Objectives
- Chapter 2. Producer: Web Service
- Chapter 3. Consumer: Trend Service
- 3.1 Service Design
- 3.2 Gin API Server
- 3.3 Event Consumer
- 3.4 Service Integration
- Chapter 4. Consumer: Recommendation Service
- 4.1 Service Design
- 4.2 Event Consumer
- 4.3 Gin API Server
- 4.4 Service Integration
- Chapter 5. Deployment
- 5.1 Dockerfile
- 5.2 Docker Compose
- 5.3 Summary