Skip to content

Releases: linkedin/kafka-monitor

Consumer Offset Commit Availability, Log4j2, Addresses #195 and #204

31 Jan 19:00
cbba9a9
Compare
Choose a tag to compare

1- Consumer Offset Commit Availability
2- Migration to log4j-slf4j-impl:2.13.0 from Log4j12
3- Addresses: Broken ConsumeService on latest release #195
4 - Addresses: #204
5 - Jolokia Bump up dependency

Tarball/ZIP, SSL Configs for AdminClient, Topic Partition Bug Fix, Kafka Monitor Logo

19 Dec 01:01
c1b34dc
Compare
Choose a tag to compare

Create a tarball/zip of all necessary files (#159)
Kafka Monitor Logo Design (#173)

  • kmf logo + kafka monitor logo red cross sign
    checkstyle revisions for nolinewrapp
    Correct the ordering of metricConfig configuration in Consume Service
    … and make MetricConfig execute after topic is ready (#181)
    Correct the ordering of metricConfig configuration in Consume Service and make MetricConfig execute after topic is ready: The original source code has the consume() thread starting running before the MetricConfig is configured. Thus, this PR corrects the ordering of metricConfig configuration within the Consume Service. Additionally, this PR enables MetricConfig to execute after topic and its respective topic partitions are ready. Tested locally.
    Enable SSL Configurations for ISSUE #178 (#187) …

Support for AdminClient + Expose JsonGenericRecord

12 Dec 05:40
c50368a
Compare
Choose a tag to compare

Support for AdminClient + Expose JsonGenericRecord

Support for AdminClient from ZkUtils/Client

11 Dec 22:09
ce201ae
Compare
Choose a tag to compare

Support for AdminClient from ZkUtils/Client

add support for blacklisted brokers during partition reassignment

14 May 18:36
83c2ada
Compare
Choose a tag to compare
2.0.4

allow brokers to be blacklisted when adding new partitions or reassig…

add pom license

26 Apr 03:57
Compare
Choose a tag to compare

add pom license

bug fixes and bintray support

25 Apr 22:43
Compare
Choose a tag to compare

1- fix incorrected calculation of availability and separate PLE from rebalance
2-add bintray support

Kafka Monitor 2.0.1

04 Dec 22:58
4ce1c51
Compare
Choose a tag to compare
Add 99.99th produce delay and records delay (#141)

* Add 99.99th produce delay and records delay