Update README.md

This commit is contained in:
David Arthur
2013-05-07 21:53:45 -03:00
parent eff8d2b861
commit 6327ba38bc

View File

@@ -131,5 +131,9 @@ Next start up a ZooKeeper server on localhost:2181
/opt/zookeeper/bin/zkServer.sh start
```
This will actually start up real Kafka brokers and send messages in using the
And finally run the tests. This will actually start up real Kafka brokers and send messages in using the
client.
```shell
python -m test.integration
```