Skip to content

Commit

Permalink
Merge pull request #112 from atrepca/update-readme
Browse files Browse the repository at this point in the history
Update readme with the current Kafka & Scala versions
  • Loading branch information
dhoppe committed Nov 1, 2016
2 parents a7e2a21 + a69bd31 commit 152df1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ To successfully install Kafka using this module you need to have Apache Zookeepe
already running at localhost:2181. You can specify another Zookeeper host:port
configuration using the config hash of the kafka:broker class.

The default configuration installs Kafka 0.8.2.1 binaries with Scala 2.10
The default configuration installs Kafka 0.9.0.1 binaries with Scala 2.11

```puppet
class { 'kafka': }
Expand All @@ -61,14 +61,14 @@ You can specify different Kafka binaries packages versions to install. Please
take a look at the different Scala and Kafka versions combinations at the
[Apache Kafka Website](http://kafka.apache.org/downloads.html)

### Installing Kafka version 0.8.2.2 with scala 2.10
### Installing Kafka version 0.9.0.1 with scala 2.11

We first install the binary package with:

```puppet
class { 'kafka':
version => '0.8.2.2',
scala_version => '2.10'
version => '0.9.0.1',
scala_version => '2.11'
}
```

Expand Down

0 comments on commit 152df1f

Please sign in to comment.