MINOR: Remove kraft authorizer from list of missing features (#12146)

Also tweak the list of missing features a bit

Reviewers: José Armando García Sancio <jsancio@users.noreply.github.com>
This commit is contained in:
Ismael Juma 2022-05-11 09:46:37 -07:00 committed by GitHub
parent 3ea7b418fb
commit 85cfa70f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

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