Releases: strimzi/kafka-quotas-plugin
0.3.1
Main Changes since 0.3.0
The main changes since 0.3.0 are:
- Allow a storage check interval >0 along with no limit configuration
- Use semicolon separator and
User:
prefix in the user exclusion list
client.quota.callback.static.excluded.principal.name.list
option, make sure to update it to the new format before upgrading to 0.3.1!
A full list of changes can be found under the 0.3.1 milestone.
You can download the JAR and add it to your Apache Kafka libs
directory.
0.3.1-rc1
Main Changes since 0.3.0
The main changes since 0.3.0 are:
- Allow a storage check interval >0 along with no limit configuration
- Use semicolon separator and
User:
prefix in the user exclusion list
client.quota.callback.static.excluded.principal.name.list
option, make sure to update it to the new format before upgrading to 0.3.1!
A full list of changes can be found under the 0.3.1 milestone.
The release candidate is available in a staging repository:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1219/</url>
</repository>
</repositories>
You can download the JAR and add it to your Apache Kafka libs
directory.
0.3.0
Main Changes since 0.2.0
The 0.3.0 release brings a complete redesign of the Strimzi Quotas plugin to support cluster-wide volume usage quota management according to Strimzi Proposal 47
A full list of changes can be found under the 0.3.0 milestone.
You can download the JAR from here or from Maven repositories and add it to your Apache Kafka libs
directory.
New Contributors
- @k-wall made their first contribution in #17
- @tombentley made their first contribution in #24
- @SamBarker made their first contribution in #26
- @ppatierno made their first contribution in #35
- @robobario made their first contribution in #34
- @fvaleri made their first contribution in #44
All changes
- Improve the
README.md
file by @scholzj in #14 - Fix #16: Support a list of principals that are excluded from consideration by the quota by @k-wall in #17
- Fix #11: Factor out StorageChecker by @k-wall in #20
- Fix #19: Correct implementation of quotaResetRequired by @k-wall in #21
- Metric improvements - Expose hard quota, produce, fetch, requests limits as metrics by @k-wall in #22
- Apache marks attribution by @tombentley in #24
- quotaResetRequired respects quotaType. by @SamBarker in #26
- Update the CodeQL version by @scholzj in #27
- Thread to scheduler by @SamBarker in #29
- Add Java 17 pipeline for testing by @scholzj in #31
- Add min available bytes storage policy by @SamBarker in #33
- Fixed Twitter badge by @ppatierno in #35
- Remove deprecated total disk usage soft/hard limit types by @robobario in #34
- Add available ratio limit type by @robobario in #36
- Add throttle factor resilience by @robobario in #37
- Metrics by @SamBarker in #39
- Add caching of volume observations to mitigate inconsistencies between API calls. by @SamBarker in #42
- Add metrics note by @fvaleri in #44
- Update the Azure CI pipeline by @scholzj in #46
- Update some of the dependencies before the release by @scholzj in #45
Full Changelog: 0.2.0...0.3.0-rc1
0.3.0-rc1
Main Changes since 0.2.0
The 0.3.0 release brings a complete redesign of the Strimzi Quotas plugin to support cluster-wide volume usage quota management according to Strimzi Proposal 47
A full list of changes can be found under the 0.3.0 milestone.
The release candidate is available in a staging repository:
<repositories>
<repository>
<id>staging</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1215/</url>
</repository>
</repositories>
You can download the JAR and add it to your Apache Kafka libs
directory.
New Contributors
- @k-wall made their first contribution in #17
- @tombentley made their first contribution in #24
- @SamBarker made their first contribution in #26
- @ppatierno made their first contribution in #35
- @robobario made their first contribution in #34
- @fvaleri made their first contribution in #44
All changes
- Improve the
README.md
file by @scholzj in #14 - Fix #16: Support a list of principals that are excluded from consideration by the quota by @k-wall in #17
- Fix #11: Factor out StorageChecker by @k-wall in #20
- Fix #19: Correct implementation of quotaResetRequired by @k-wall in #21
- Metric improvements - Expose hard quota, produce, fetch, requests limits as metrics by @k-wall in #22
- Apache marks attribution by @tombentley in #24
- quotaResetRequired respects quotaType. by @SamBarker in #26
- Update the CodeQL version by @scholzj in #27
- Thread to scheduler by @SamBarker in #29
- Add Java 17 pipeline for testing by @scholzj in #31
- Add min available bytes storage policy by @SamBarker in #33
- Fixed Twitter badge by @ppatierno in #35
- Remove deprecated total disk usage soft/hard limit types by @robobario in #34
- Add available ratio limit type by @robobario in #36
- Add throttle factor resilience by @robobario in #37
- Metrics by @SamBarker in #39
- Add caching of volume observations to mitigate inconsistencies between API calls. by @SamBarker in #42
- Add metrics note by @fvaleri in #44
- Update the Azure CI pipeline by @scholzj in #46
- Update some of the dependencies before the release by @scholzj in #45
Full Changelog: 0.2.0...0.3.0-rc1
0.2.0
0.2.0-RC1
Main Changes since 0.1.0
The release candidate is available in a staging repository:
<repository>
<id>quotas-plugin-staging-repository</id>
<url>https://oss.sonatype.org/content/repositories/iostrimzi-1117</url>
</repository>
You can download the JAR and add it to your Apache Kafka libs
directory.