Skip to content

nunatass/node-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Microservice - Node.js and Kafka

  • Kafka
  • Node.js

Application

  • Main api (station)
  • Generate certificates

Flux

  • The main api send message to the certificate service to generate certificates
  • The certificate microservice send a response message (sync/ async)

How to communicate microservices

  • REST (latency)
  • Redis / RebbitMQ (pub/sub) kafka

Getting started

  • Clone this repository;
  • Move to the appropriate directory;
  • Run yarn to install dependencies.
  • Run yarn start.

About

Micro-services with Node.js and Apache Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published