Basic flow of event publish and subscribe model using Apache Kafka The project consists of 2 services, one for publications and the other for consumers.
Service | Method | Endpoint | body | Description |
---|---|---|---|---|
Service pub |
POST | http://localhost:8000/messages | {message: "Hello world"} | Create new resource |
Service sub |
GET | http://localhost:8001/messages | Get all resources |
Developed by Diego Cortés