Skip to content

Commit

Permalink
Merge pull request #2 from mmalecki/fix-readme-whitespace
Browse files Browse the repository at this point in the history
Remove unnecessary whitespace from commands
  • Loading branch information
rjrodger committed Sep 24, 2014
2 parents 51e851a + 1900c31 commit 75b231d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -27,13 +27,13 @@ nohup bin/kafka-server-start.sh config/server.properties >kafka1.log 2>&1 &
create a request topic

```
bin /kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 3 --topic request
bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 3 --topic request
```

create a reponse topic

```
bin /kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 3 --topic response
bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 3 --topic response
```

cd into the module test folder
Expand Down

0 comments on commit 75b231d

Please sign in to comment.