From 85cfa70f59162d3b7ae23c55bb3f3fe97e56ba80 Mon Sep 17 00:00:00 2001 From: Ismael Juma Date: Wed, 11 May 2022 09:46:37 -0700 Subject: [PATCH] MINOR: Remove kraft authorizer from list of missing features (#12146) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also tweak the list of missing features a bit Reviewers: José Armando García Sancio --- config/kraft/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/kraft/README.md b/config/kraft/README.md index 8ba87c48448..d280f87958b 100644 --- a/config/kraft/README.md +++ b/config/kraft/README.md @@ -114,11 +114,12 @@ We don't support any kind of upgrade right now, either to or from KRaft mode. T Finally, the following Kafka features have not yet been fully implemented: -* Support for certain security features: configuring a KRaft-based Authorizer, setting up SCRAM, delegation tokens, and so forth - (although note that you can use authorizers such as `kafka.security.authorizer.AclAuthorizer` with KRaft clusters, even - if they are ZooKeeper-based: simply define `authorizer.class.name` and configure the authorizer as you normally would). +* Configuring SCRAM users via the administrative API +* Supporting JBOD configurations with multiple storage directories +* Modifying certain dynamic configurations on the standalone KRaft controller * Support for some configurations, like enabling unclean leader election by default or dynamically changing broker endpoints -* Support for KIP-112 "JBOD" modes +* Delegation tokens +* Upgrade from ZooKeeper mode We've tried to make it clear when a feature is not supported in the preview release, but you may encounter some rough edges. We will cover these feature gaps incrementally in the `trunk` branch.