Skip to content

Tags: bin2000/kafka-monitor

Tags

2.0.4

Toggle 2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow brokers to be blacklisted when adding new partitions or reassig…

…ning partitions (linkedin#154)

KMF today assign partitions or add new partitions to all kafka brokers in a cluster. However, there are use cases that we don't want KMF topic partitions to be created on certain brokers. For example, broker that is not in a healthy state and is being removed might not want to take any new KMF partitions.  This fix allows user to blacklist certain kafka brokers via topic factory so that blacklisted brokers will not be assigned new partitions or taking reassigned partitions. The default topic factory implementation doesn't blacklist any brokers. User can have custom implementation of topic factory where blacklisted broker info can be obtained dynamically.

2.0.3

Toggle 2.0.3's commit message
add pom license

2.0.2

Toggle 2.0.2's commit message
add bintray account and publication script

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add 99.99th produce delay and records delay (linkedin#141)

* Add 99.99th produce delay and records delay

2.0.0

Toggle 2.0.0's commit message
Kafka Monitor 2.0.0

1.1.0

Toggle 1.1.0's commit message
Kafka Monitor 1.1.0

1.0.0

Toggle 1.0.0's commit message
Kafka Monitor 1.0.0

0.11.0

Toggle 0.11.0's commit message
Kafka Monitor 0.11.0

0.1.0

Toggle 0.1.0's commit message
Initial release tag.