https://github.com/raphaelbrodrigues/kafka-nodejs-exemple
A exemple of communication between different applications using Apache Kafka and Nodejs
https://github.com/raphaelbrodrigues/kafka-nodejs-exemple
api broker docker docker-compose kafka nodejs typescript
Last synced: 2 months ago
JSON representation
A exemple of communication between different applications using Apache Kafka and Nodejs
- Host: GitHub
- URL: https://github.com/raphaelbrodrigues/kafka-nodejs-exemple
- Owner: RaphaelBRodrigues
- License: gpl-3.0
- Created: 2022-12-30T04:18:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T02:43:18.000Z (over 3 years ago)
- Last Synced: 2025-09-04T02:53:29.724Z (10 months ago)
- Topics: api, broker, docker, docker-compose, kafka, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Kafka Nodejs Exemple
This repository contains a exemple of communication between two applications using Apache Kafka as a broker
The application `kafka-producer` is a web api responsible for capture the client's message and send to the queue, and the `kafka-consumer` is listening the broker and consuming its data
## Getting Started
* Start the docker containers
* `docker-compose up`
* Use the `rest.http` file to send a request to producer application
## References
* [Kafka](https://kafka.apache.org/)
* [Kafkajs](https://kafka.js.org/)
* [Express](https://expressjs.com/pt-br/)
* [TypeScript](https://www.typescriptlang.org/)