Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Update README.md #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ export KAFKA=`docker-machine ip \`docker-machine active\``:9092
kafka-console-producer.sh --broker-list $KAFKA --topic test
```

NOTE: --zookeeper option has been deprecated.
```bash
export ZOOKEEPER=`docker-machine ip \`docker-machine active\``:2181
kafka-console-consumer.sh --zookeeper $ZOOKEEPER --topic test
export KAFKA=`docker-machine ip \`docker-machine active\``:9092
kafka-console-consumer.sh --bootstrap-server $KAFKA --topic test
```

Running the proxy
Expand Down Expand Up @@ -80,6 +81,6 @@ Build from Source
Todo
---

* Not particularily optimzed for startup time.
* Not particularily optimized for startup time.
* Better docs