Skip to content

Releases: wushujames/kafka-utilities

v0.0.3. Now, much faster.

17 Jul 18:33
89805ec
Compare
Choose a tag to compare
Pre-release

v0.0.3 gathers the lag metrics in parallel, and as such is significantly faster.

Version 0.0.2

18 Oct 23:58
Compare
Choose a tag to compare
Version 0.0.2 Pre-release
Pre-release

Upgrade to kafka-clients 0.11.0.1.

Add optional argument -t,--group-stabilization-timeout, time in ms to wait for the consumer group description to be available (e.g. wait for a consumer group rebalance to complete).

Output the consumer group state to stderr if it's not "Dead" or "Stable".

First release of ConsumerGroupLag

10 Apr 21:08
Compare
Choose a tag to compare
Pre-release

A alternative to kafka-consumer-groups.sh --describe that:

  • is faster
  • works across Kafka versions (0.10.0 - 0.10.2)
  • can also output the information as JSON (Useful for piping into scripts)