Skip to content

Commit 1c0b58a

Browse files
committed
Add links to design proposals.
Signed-off-by: Sam Barker <[email protected]>
1 parent afc0b4a commit 1c0b58a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

_posts/2025-11-28-release-0_18_0.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@ The main highlights of this release are:
1818

1919
### Filter API Improvements
2020

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)
2225
* 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)
2429

2530
### Authorizer Filter
2631

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.
2834

2935
### Azure KMS integration for Record Encryption
3036

0 commit comments

Comments
 (0)