mirror of https://github.com/apache/kafka.git
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:
parent
3ea7b418fb
commit
85cfa70f59
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue