Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Aug 9, 2017
1 parent fef89da commit f2830f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ $ $GOPATH/bin/burrowx --config path/to/server.json

#### Features
- Light weight and extremely simple to use, metrics are stored in [influxdb](https://github.com/influxdata/influxdb), and could be easily viewed on [grafana](https://github.com/grafana/grafana)
- Only support kafka version 0.9.X,0.10.X which stores the consumer offsets in kakfa topic `__consumer_offsets`
- Only support kafka version >= 0.9.X, which stores the consumer offsets in the topic `__consumer_offsets`,if you are using kafka 0.8.X, try my previous repo `https://github.com/shunfei/Dcmonitor`
- Base on topic,partitions of a topic are merged into topic

0 comments on commit f2830f4

Please sign in to comment.