This project demonstrates a simple e-commerce setup using Apache Kafka deployed on Amazon EC2 instances. The implementation is done from scratch without using any managed services.
This project simulates a basic e-commerce system with the following components:
- Order Service
- Inventory Service
- Shipping Service
- Apache Kafka Cluster
All components are deployed on separate EC2 instances for scalability and isolation.