renanbym / youtube-challenge-node-kafka

Micro-services with Node.js and Apache Kafka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Challenge - Micro-service with Node.js and Kafka

In this code challenge we developed a REST API in Node.js that integrates with a micro-service using Apache Kafka.

Contributors License


Participants

Diego Fernandes Guilherme Pellizzetti

What can be better?

  • Consumer slow to start;
  • Add some framework like Molecular;
  • Kafka may receive a specific responde to a produced message (something like expectResponse);

Dependencies

Getting started

  1. Clone this repository;
  2. Move to the appropriate directory;
  3. Run yarn to install dependencies.
  4. Run yarn start.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Micro-services with Node.js and Apache Kafka

License:MIT License


Languages

Language:JavaScript 100.0%