Skip to content

Commit

Permalink
Update README to say which broker versions it works against.
Browse files Browse the repository at this point in the history
  • Loading branch information
wushujames committed Oct 18, 2017
1 parent 674fe31 commit 631e2fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ConsumerGroupLag/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ConsumerGroupLag
A alternative to `kafka-consumer-groups.sh --describe` that:
1) is faster
2) works across Kafka versions (0.10.0 - 0.10.2)
2) works across Kafka versions (tested against brokers 0.10.0.0, 0.10.1.1, 0.10.2.0, 0.11.0.1)
3) can also output the information as JSON (Useful for piping into scripts)

Timing on a consumer group that consumes 180 partitions:
Expand Down Expand Up @@ -109,5 +109,5 @@ $ ./gradlew shadowJar
BUILD SUCCESSFUL
Total time: 2.494 secs
$ java -jar build/libs/ConsumerGroupLag-0.0.1-all.jar
$ java -jar build/libs/ConsumerGroupLag-0.0.2-all.jar
```

0 comments on commit 631e2fb

Please sign in to comment.