Conversation
a839c2e to
a49d74a
Compare
robobario
reviewed
Sep 23, 2025
Member
Author
|
I said on the sync call, I'll iterate on the APIs in a PR then update the proposal. |
Member
robobario
reviewed
Mar 4, 2026
robobario
reviewed
Mar 4, 2026
This was referenced Mar 6, 2026
Member
|
@k-wall what's the status on this. We merged the isolation filter already, so I guess this should be merged too? |
Member
Author
|
Thanks, this did slip from my radar. I'll fix this up to reflect what was done. |
Signed-off-by: Keith Wall <kwall@apache.org>
Signed-off-by: Keith Wall <kwall@apache.org>
Signed-off-by: Keith Wall <kwall@apache.org>
Signed-off-by: Keith Wall <kwall@apache.org>
Member
Author
|
@robobario and @tombentley low priority for re-review. |
SamBarker
approved these changes
Apr 8, 2026
Co-authored-by: Sam Barker <sam@quadrocket.co.uk> Signed-off-by: Keith Wall <kwall@apache.org>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Proposes the introduction of a "Entity Isolation Filter" to Kroxylicious's core filters.
This filter gives each authenticated user a private space within a Kafka cluster, isolated from other users sharing the same cluster. Isolation can be applied selectively to some entity types and not others.
For example, it's possible to have isolation for consumer groups, but not for topics.