https://github.com/kelsman/nodejs-kafka-basic-example
https://github.com/kelsman/nodejs-kafka-basic-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kelsman/nodejs-kafka-basic-example
- Owner: kelsman
- Created: 2022-07-30T22:52:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T22:53:26.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T17:53:40.443Z (5 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### run kafka from docker compose
from the root directory run:
`export HOST_IP=$(ifconfig | grep -E "([0-9]{1,3}\.){3}[0-9]{1,3}" | grep -v 127.0.0.1 | awk '{ print $2 }' | cut -f2 -d: | head -n1) docker-compose up`