Skip to content

Commit 205a02e

Browse files
authored
Add blog post for Kroxylicious 0.18.0
This post announces the release of Kroxylicious 0.18.0, highlighting new features and improvements, including Filter API enhancements and a new Authorizer Filter. Signed-off-by: Keith Wall <[email protected]>
1 parent 4fce94d commit 205a02e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: post
3+
title: "Kroxylicious release 0.18.0"
4+
date: 2025-11-28 00:00:00 +0000
5+
author: "Keith Wall"
6+
author_url: "https://github.com/k-wall"
7+
# noinspection YAMLSchemaValidation
8+
categories: blog kroxylicious-proxy kroxylicious-operator releases
9+
tags: [ "releases", "kroxylicious-proxy", "kroxylicious-operator" ]
10+
---
11+
12+
The Kroxylicious project is very pleased to announce the release
13+
of [Kroxylicious 0.18.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.18.0). See
14+
the [Changelog](https://github.com/kroxylicious/kroxylicious/blob/main/CHANGELOG.md#0180) for a list of changes and
15+
summary of Deprecations, Changes and Removals.
16+
17+
The main highlights of this release are:
18+
19+
### Filter API Improvements
20+
21+
* 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.
22+
* 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
23+
for filters that need to enforce authorization checks or want to write an audit trail of Kafka actions.
24+
25+
### Authorizer Filter
26+
27+
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.
28+
29+
### Feedback
30+
31+
Please let us know if you find the project interesting or helpful, and especially if
32+
you have deployed it in production.
33+
You can reach us through [Slack](https://kroxylicious.slack.com), [GitHub](https://github.com/kroxylicious/kroxylicious/issues) or
34+
even [bsky](https://bsky.app/profile/kroxylicious.io)).

0 commit comments

Comments
 (0)