Skip to content

Commit

Permalink
Compatibility check for 1.0.0 & 0.11.0.2
Browse files Browse the repository at this point in the history
Passed `make compatibility`
  • Loading branch information
balboah authored and andreas-schroeder committed Jul 7, 2018
1 parent 9e49f35 commit 5bb0a2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ The fields for additional info and structures are:

Tested with the following Kafka versions:

* 1.0.0
* 0.11.0.2
* 0.11.0.1
* 0.11.0.0
* 0.10.2.1
Expand Down
4 changes: 4 additions & 0 deletions compatibility/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- kafka: "1.0.0"
scala: ["2.12", "2.11"]
- kafka: "0.11.0.2"
scala: ["2.12", "2.11"]
- kafka: "0.11.0.1"
scala: ["2.12", "2.11"]
- kafka: "0.11.0.0"
Expand Down

0 comments on commit 5bb0a2e

Please sign in to comment.