You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2022/02/09 22:30:00 UTC

[jira] [Commented] (KAFKA-13661) KRaft uses the wrong permission for adding topic partitions

    [ https://issues.apache.org/jira/browse/KAFKA-13661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489845#comment-17489845 ] 

Jason Gustafson commented on KAFKA-13661:
-----------------------------------------

Another minor difference in behavior is that KRaft allows CREATE on the Cluster resource. This is not allowed in zk clusters and was not documented by KIP-195: https://cwiki.apache.org/confluence/display/KAFKA/KIP-195%3A+AdminClient.createPartitions. Probably not a big deal to allow this, but I'm inclined nevertheless to drop it for consistency.

> KRaft uses the wrong permission for adding topic partitions
> -----------------------------------------------------------
>
>                 Key: KAFKA-13661
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13661
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 3.1.0, 3.0.0
>            Reporter: Jason Gustafson
>            Assignee: Jason Gustafson
>            Priority: Major
>
> [~cmccabe] caught this as part of KAFKA-13646. KRaft currently checks CREATE on the topic resource. It should be ALTER. This will be fixed in trunk as part of KAFKA-13646, but it would be good to fix for 3.0 and 3.1 as well.
> Note this does not affect zookeeper-based clusters.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)