-
Notifications
You must be signed in to change notification settings - Fork 12
Add blog post for Kroxylicious 0.18.0 #210
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
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
205a02e
Add blog post for Kroxylicious 0.18.0
k-wall afc0b4a
Update 2025-11-28-release-0_18_0.md
k-wall 1c0b58a
Add links to design proposals.
SamBarker 2ea4343
remove operator tag/category
SamBarker 79c11c0
PR feedback simplify wording.
SamBarker a8b28d7
Merge branch 'main' into k-wall-patch-6
SamBarker 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,44 @@ | ||
| --- | ||
| layout: post | ||
| title: "Kroxylicious release 0.18.0" | ||
| date: 2025-11-28 00:00:00 +0000 | ||
| author: "Keith Wall" | ||
| author_url: "https://github.com/k-wall" | ||
| # noinspection YAMLSchemaValidation | ||
| categories: blog kroxylicious-proxy releases | ||
| tags: [ "releases", "kroxylicious-proxy" ] | ||
| --- | ||
|
|
||
| The Kroxylicious project is very pleased to announce the release | ||
| of [Kroxylicious 0.18.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.18.0). See | ||
| the [Changelog](https://github.com/kroxylicious/kroxylicious/blob/main/CHANGELOG.md#0180) for a list of changes and | ||
| summary of Deprecations, Changes and Removals. | ||
|
|
||
| The main highlights of this release are: | ||
|
|
||
| ### Filter API Improvements | ||
|
|
||
| * Filters now have a convenient mechanism to convert from topic | ||
| ids [KIP-516](https://cwiki.apache.org/confluence/display/KAFKA/KIP-516%3A+Topic+Identifiers) to topic names. This is | ||
| based | ||
| on [design proposal#008](https://github.com/kroxylicious/design/blob/main/proposals/008-topic-name-lookup-facility.md) | ||
| * For authenticated use-cases, filters now have access to a Subject API that provides convenient access to the authenticated principals established by the channel. This is a building block | ||
| for filters that need to enforce authorization checks or want to write an audit trail of Kafka actions. Full context | ||
| on where our thinking goes and what could/should be possible is outlined | ||
| in [design proposal#009](https://github.com/kroxylicious/design/blob/main/proposals/009-authorizer.md) | ||
|
|
||
| ### Authorizer Filter | ||
|
|
||
| We've added a new Authorizer Filter that can authorize Topic operations using the same semantics as Kafka own | ||
| Authorization API. This allows you to enforce authorizations rules at the proxy. | ||
|
|
||
| ### Azure KMS integration for Record Encryption | ||
|
|
||
| With this release, Record Encryption now has the capability to use Azure Vault for storage of the key material used to encrypt Kafka records. | ||
|
|
||
| ### 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.
A couple nits on this: