Skip to content

Commit 14f28cc

Browse files
committed
Prep for v0.10.0
1 parent 4a5f0db commit 14f28cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
#### Version 0.10.0 (TBD)
3+
#### Version 0.10.0 (2015-12-16)
44

55
* [#47](https://github.com/mailgun/kafka-pixy/pull/47) Support for Kafka 0.9.0.0.
66
Note that consumer group management is still implemented via ZooKeeper rather

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,13 @@ pretty much the same on Mac.
261261
### Step 1. Download
262262

263263
```
264-
curl -L https://github.com/mailgun/kafka-pixy/releases/download/v0.9.1/kafka-pixy-v0.9.1-linux-amd64.tar.gz | tar xz
264+
curl -L https://github.com/mailgun/kafka-pixy/releases/download/v0.10.0/kafka-pixy-v0.10.0-linux-amd64.tar.gz | tar xz
265265
```
266266

267267
### Step 2. Start
268268

269269
```
270-
cd kafka-pixy-v0.9.1-linux-amd64
270+
cd kafka-pixy-v0.10.0-linux-amd64
271271
./kafka-pixy --kafkaPeers "<host1>:9092,...,<hostN>:9092" --zookeeperPeers "<host1>:2181,...,<hostM>:2181"
272272
```
273273

0 commit comments

Comments
 (0)