2.1.0 (25.08.2022)
piotrrzysko
released this
25 Aug 13:26
·
284 commits
to master
since this release
What's Changed
Enhancements
-
Made the work balancer pluggable by @piotrrzysko in #1546
Changed the following metrics paths (removed
selective
from the paths):consumer.{hostname}.consumers-workload.{kafkaCluster}.selective.rebalance-duration
->consumer.{hostname}.consumers-workload.{kafkaCluster}.rebalance-duration
consumer.{hostname}.consumers-workload.{kafkaCluster}.selective.all-assignments
->consumer.{hostname}.consumers-workload.{kafkaCluster}.all-assignments
consumer.{hostname}.consumers-workload.{kafkaCluster}.selective.missing-resources
->consumer.{hostname}.consumers-workload.{kafkaCluster}.missing-resources
consumer.{hostname}.consumers-workload.{kafkaCluster}.selective.deleted-assignments
->consumer.{hostname}.consumers-workload.{kafkaCluster}.deleted-assignments
consumer.{hostname}.consumers-workload.{kafkaCluster}.selective.created-assignments
->consumer.{hostname}.consumers-workload.{kafkaCluster}.created-assignments
-
Consumer load metrics for weighted work balancer by @piotrrzysko in #1548
-
[SECURITY] Use HTTPS to resolve dependencies in Gradle Build by @JLLeitschuh in #1544
-
Reduced log noise generated by maxrate and workload modules by @piotrrzysko in #1550
-
Weighted work balancer by @piotrrzysko in #1549
New Contributors
- @JLLeitschuh made their first contribution in #1544
Full Changelog: hermes-2.0.0...hermes-2.1.0