Skip to content

Commit

Permalink
Add Kafka v0.11.0.1, correct URL for FreeBSD binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson authored and andreas-schroeder committed Sep 24, 2017
1 parent e324361 commit 65b1ac2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Release version is [0.0.1](https://github.com/andreas-schroeder/kafka-health-che
Compiled binaries are available for
[Linux](https://github.com/andreas-schroeder/kafka-health-check/releases/download/v0.0.1/kafka-health-check_0.0.1_linux_amd64.tar.gz),
[macOS](https://github.com/andreas-schroeder/kafka-health-check/releases/download/v0.0.1/kafka-health-check_0.0.1_darwin_amd64.tar.gz), and
[FreeBSD](https://github.com/andreas-schroeder/kafka-health-check/releases/download/v0.0.1/kafka-health-check_0.0.1_linux_amd64.tar.gz).
[FreeBSD](https://github.com/andreas-schroeder/kafka-health-check/releases/download/v0.0.1/kafka-health-check_0.0.1_freebsd_amd64.tar.gz).

## Use Cases

Expand All @@ -42,7 +42,6 @@ Similarly, we wait for the broker coming back online to fully catch up before
proceeding with the next broker. To achieve this, we use the cluster health
information provided by kafka-health-check.


## Usage

```
Expand Down Expand Up @@ -130,6 +129,7 @@ The fields for additional info and structures are:

Tested with the following Kafka versions:

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

0 comments on commit 65b1ac2

Please sign in to comment.