Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kelsman/nodejs-kafka-basic-example


https://github.com/kelsman/nodejs-kafka-basic-example

Last synced: 19 days ago
JSON representation

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`