Releases: linkedin/kafka-monitor
Releases · linkedin/kafka-monitor
2.5.16
2.5.15
2.5.14
2.5.13
Use less ancient avro, maintain same wire format
What's Changed
- Use less ancient avro, maintain same wire format by @radai-rosenblatt by @fluffywei in #359
New Contributors
- @fluffywei made their first contribution in #359
Full Changelog: 2.5.11...2.5.12
2.5.11
This release includes the following commits:
- Bump log4j to 2.17.1 for CVE-2021-44228 & CVE-2021-45046 & CVE-2021-45105 & CVE-2021-44832 (#356)
- Update XinfraMonitorConstants.java (#351)
- Delete config.yml (#350)
- Temporarily Remove Travis for Security Vulnerabilites (#349)
- Update statsd sample for Xinfra Monitor (#346)
- Fix replicasAssignment Hashmap (#340)
Add retry logic to the produce and consume services and remove redundant logic in getting min partition count
2.5.10 Add retry logic to the produce and consume services (#342)
Refactor and clean up
- Add logging to the MultiClusterTopicManagementService class
- Add a timeout to some admin client requests
- Rename some variables with non-inclusive language
Fix a bug so that the value of the config topic-management.preferred.leader.election.check.interval.ms can be set to the MultiClusterTopicManagementService
2.5.8 Fix a bug so that the value of the config topic-management.preferred.…
Fix bad Java doc causing Travis deployment failure
2.5.7 Fix bad javadoc causing Travis deployment failure (#337)