Update docs

pull/135/head
Baohua Yang 2020-03-12 16:04:40 -07:00
parent 705e8f2860
commit 9e0ae1084b
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
This project provides several useful Docker-Compose script to help quickly bootup a Kakfa network, and do simple testing with create topic, send&recv msg. This project provides several useful Docker-Compose script to help quickly bootup a Kakfa network, and do simple testing with create topic, send&recv msg.
Currently we support Kakfa 0.11.*. Currently we support Kakfa 2.13.*.
## Start ## Start
```bash ```bash
$ docker-compose up -d $ make start
``` ```
## Test ## Test