Skip to content

Commit

Permalink
Extend compatibility list to 0.10.1, 0.10.2, and 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-schroeder committed Aug 12, 2017
1 parent e77a4e7 commit a8d2b81
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ The fields for additional info and structures are:

Tested with the following Kafka versions:

* 0.11.0.0
* 0.10.2.1
* 0.10.2.0
* 0.10.1.1
* 0.10.1.0
* 0.10.0.1
* 0.10.0.0
* 0.9.0.1
Expand All @@ -108,7 +113,7 @@ Tested with the following Kafka versions:
Kafka 0.8 is not supported.

see the [compatibility spec](./compatibility/spec.yaml) for the full list of executed compatibility checks.
To execute the compatibility checks, run `make compatibility`. Running the checks require [Docker](https://www.docker.com/).
To execute the compatibility checks, run `make compatibility`. Running the checks requires [Docker](https://www.docker.com/).

## Building

Expand Down
10 changes: 10 additions & 0 deletions compatibility/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
- kafka: "0.11.0.0"
scala: ["2.12", "2.11"]
- kafka: "0.10.2.1"
scala: ["2.12", "2.11", "2.10"]
- kafka: "0.10.2.0"
scala: ["2.12", "2.11", "2.10"]
- kafka: "0.10.1.1"
scala: ["2.11", "2.10"]
- kafka: "0.10.1.0"
scala: ["2.11", "2.10"]
- kafka: "0.10.0.1"
scala: ["2.11", "2.10"]
- kafka: "0.10.0.0"
Expand Down

0 comments on commit a8d2b81

Please sign in to comment.