Skip to content

Commit

Permalink
Prep for v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
horkhe committed Dec 22, 2015
1 parent 52ee73d commit def1847
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

#### Version 0.10.1 (2015-12-21)

* [#49](https://github.com/mailgun/kafka-pixy/pull/49) Topic consumption stops while ownership retained.

#### Version 0.10.0 (2015-12-16)

* [#47](https://github.com/mailgun/kafka-pixy/pull/47) Support for Kafka 0.9.0.0.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,13 @@ pretty much the same on Mac.
### Step 1. Download

```
curl -L https://github.com/mailgun/kafka-pixy/releases/download/v0.10.0/kafka-pixy-v0.10.0-linux-amd64.tar.gz | tar xz
curl -L https://github.com/mailgun/kafka-pixy/releases/download/v0.10.1/kafka-pixy-v0.10.1-linux-amd64.tar.gz | tar xz
```

### Step 2. Start

```
cd kafka-pixy-v0.10.0-linux-amd64
cd kafka-pixy-v0.10.1-linux-amd64
./kafka-pixy --kafkaPeers "<host1>:9092,...,<hostN>:9092" --zookeeperPeers "<host1>:2181,...,<hostM>:2181"
```

Expand Down

0 comments on commit def1847

Please sign in to comment.