Skip to content

Commit

Permalink
Doc update add kafka 0.11 npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperlink committed Sep 1, 2017
1 parent b3c790e commit e4362fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -1140,11 +1140,15 @@ Achieved using the `KAFKA_VERSION` environment variable.
# Runs "latest" kafka on docker hub*
npm test

# Runs test against other versions:

KAFKA_VERSION=0.8 npm test

KAFKA_VERSION=0.9 npm test

KAFKA_VERSION=0.10 npm test

KAFKA_VERSION=0.11 npm test
```

*See Docker hub [tags](https://hub.docker.com/r/wurstmeister/kafka/tags/) entry for which version is considered `latest`.
Expand Down

0 comments on commit e4362fb

Please sign in to comment.