You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-11-28-release-0_18_0.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,19 @@ The main highlights of this release are:
18
18
19
19
### Filter API Improvements
20
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.
21
+
* Filters now have a convenient mechanism to convert from topic
22
+
ids [KIP-516](https://cwiki.apache.org/confluence/display/KAFKA/KIP-516%3A+Topic+Identifiers) to topic names. This is
23
+
based
24
+
on [design proposal#008](https://github.com/kroxylicious/design/blob/main/proposals/008-topic-name-lookup-facility.md)
22
25
* 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.
26
+
for filters that need to enforce authorization checks or want to write an audit trail of Kafka actions. Full context
27
+
on where our thinking goes and what could/should be possible is outlined
28
+
in [design proposal#009](https://github.com/kroxylicious/design/blob/main/proposals/009-authorizer.md)
24
29
25
30
### Authorizer Filter
26
31
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.
32
+
We've added a new Authorizer Filter that can authorize Topic operations using the same semantics as Kafka own
33
+
Authorization API. This allows you to enforce authorizations rules at the proxy.
0 commit comments