Skip to content

Commit

Permalink
Docs update for version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-szymanski committed Mar 20, 2016
1 parent 74129bd commit c76baba
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Expand Up @@ -3,15 +3,16 @@ Kafka JUnit Rule [![Build Status](https://travis-ci.org/charithe/kafka-junit.svg

JUnit rule for starting and tearing down a Kafka broker during tests.

Version | Kafka Version
--------|---------------
1.6 | 0.8.2.1
1.7 | 0.8.2.2
1.8 | 0.9.0.0
2.0 | 0.9.0.1
Version | Kafka Version | JDK Version
--------|---------------|-------------
1.6 | 0.8.2.1 | 7
1.7 | 0.8.2.2 | 7
1.8 | 0.9.0.0 | 7
1.9.1 | 0.9.0.1 | 7
2.0 | 0.9.0.1 | 8


Please note that version 2.0 is for Java 1.8 and up and contains some breaking API changes.
Please note that version 1.9.1 contains some breaking API changes.

Installation
-------------
Expand Down

0 comments on commit c76baba

Please sign in to comment.