Releases: linkedin/kafka-monitor
Releases · linkedin/kafka-monitor
Consumer Offset Commit Availability, Log4j2, Addresses #195 and #204
Tarball/ZIP, SSL Configs for AdminClient, Topic Partition Bug Fix, Kafka Monitor Logo
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
Support for AdminClient + Expose JsonGenericRecord
Support for AdminClient from ZkUtils/Client
Support for AdminClient from ZkUtils/Client
add support for blacklisted brokers during partition reassignment
2.0.4 allow brokers to be blacklisted when adding new partitions or reassig…
add pom license
add pom license
bug fixes and bintray support
1- fix incorrected calculation of availability and separate PLE from rebalance
2-add bintray support
Kafka Monitor 2.0.1
Add 99.99th produce delay and records delay (#141) * Add 99.99th produce delay and records delay