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

https://github.com/udhos/kafka


https://github.com/udhos/kafka

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# kafka

Source: https://kafka.apache.org/quickstart

```
git clone https://github.com/udhos/kafka

cd kafka

./00-download.sh

./10-start.sh

./20-create-topic.sh

```

kafka-go: https://github.com/segmentio/kafka-go

```
./build.sh

kafka-recv-read-commit-periodic

kafka-send

```