In this code challenge I developed a REST API in Node.js that integrates with a micro-service using Apache Kafka.
- Kafka
- Node.js
- Main api (station)
- Generate certificates
- The main api send message to the certificate service to generate certificates
- The certificate microservice send a response message (sync/ async)
- REST (latency)
- Redis / RebbitMQ (pub/sub) kafka
- Clone this repository;
- Move to the appropriate directory;
- Run yarn to install dependencies.
- Run yarn start.