Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kelsman/nodejs-kafka-basic-example
https://github.com/kelsman/nodejs-kafka-basic-example
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kelsman/nodejs-kafka-basic-example
- Owner: kelsman
- Created: 2022-07-30T22:52:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T22:53:26.000Z (over 2 years ago)
- Last Synced: 2023-10-28T17:32:10.341Z (about 1 year 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`