-
Notifications
You must be signed in to change notification settings - Fork 12
Add 0.17.0 blog #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add 0.17.0 blog #201
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d0428fe
Add 0.17.0 blog
robobario 3e8e333
Add 1.0 discussion link
robobario ffb2161
Update _posts/2025-10-28-release-0_17_0.md
k-wall cccb4ad
Update _posts/2025-10-28-release-0_17_0.md
k-wall bd9f758
Update _posts/2025-10-28-release-0_17_0.md
k-wall File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| layout: post | ||
| title: "Kroxylicious release 0.17.0" | ||
| date: 2025-10-28 00:00:00 +1200 | ||
| author: "Rob Young" | ||
| author_url: "https://github.com/robobario" | ||
| # noinspection YAMLSchemaValidation | ||
| categories: blog kroxylicious-proxy kroxylicious-operator releases | ||
| tags: [ "releases", "kroxylicious-proxy", "kroxylicious-operator" ] | ||
| --- | ||
|
|
||
| The Kroxylicious project is very pleased to announce the release | ||
| of [Kroxylicious 0.17.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.17.0). See | ||
| the [Changelog](https://github.com/kroxylicious/kroxylicious/blob/main/CHANGELOG.md#0170) for a list of changes and | ||
| summary of Deprecations, Changes and Removals. | ||
|
|
||
| The main highlights of this release are: | ||
|
|
||
| ### Netty improvements | ||
|
|
||
| * Kroxylicious now depends on Netty 4.2, which brings upgrades such as making `io_uring` a first class transport and an improved memory allocator. | ||
| * We now offer some netty-specific metrics which give insights into memory allocation and executor task queues. | ||
| * Netty worker thread counts are now configurable. | ||
|
|
||
| ### Filter Archetype | ||
|
|
||
| Get started with developing your own Custom Filter for Kroxylicious! You can now create a sample Filter project using a maven archetype | ||
| to get up and running quickly. The generated project demonstrates how to structure a Filter project, and shows off our powerful integration | ||
| testing tools which can simplify testing Filters against a real Apache Kafka cluster. | ||
|
|
||
| Run `mvn archetype:generate -DarchetypeGroupId=io.kroxylicious -DarchetypeArtifactId=kroxylicious-filter-archetype -DarchetypeVersion=0.17.0` | ||
| to get started! | ||
|
|
||
| For a more comprehensive guide to how to work with the Filter Archetype, see the [Developer Quickstart](https://kroxylicious.io/documentation/0.17.0/html/developer-quick-start/). | ||
|
|
||
| ### Kroxylicious 1.0.0 proposal | ||
|
|
||
| We are currently discussing a proposal to [release Kroxylicious 1.0.0](https://github.com/kroxylicious/design/pull/82), and formalize our support policy for patch releases. | ||
| The aims are: | ||
|
|
||
| * Move to 1.0.0 to signal production-readiness | ||
| * Stronger API/config stability guarantees until 2.0.0 | ||
| * Clear support policy for patch releases | ||
|
|
||
| This will provide more predictability for everyone using Kroxylicious and developing against its APIs. Your feedback is essential to get this right. Please | ||
| feel free to review and leave feedback on the proposal. | ||
|
|
||
| ### Feedback | ||
|
|
||
| Please let us know if you find the project interesting or helpful, and especially if | ||
| you have deployed it in production. | ||
| You can reach us through [Slack](https://kroxylicious.slack.com), [GitHub](https://github.com/kroxylicious/kroxylicious/issues) or | ||
| even [bsky](https://bsky.app/profile/kroxylicious.io)). | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The generated project demonstrates how to structure a Filter project" reads a little weird to me, probably because the word "project" is in there twice. Maybe try something like this?