This article covers role management rights that pertain to Kafka Partition objects.
| Right | Feature Code | Explanation |
| Change Kafka Partition | EXCMD_CHANGE_KAFKA_PARTITION | Allows users to change Kafka partitions. |
| Show Kafka Partition | EXCMD_INQUIRE_KAFKA_PARTITION | Allows users to view the details of a specific Kafka partition. |
| Show Kafka Partition Status | EXCMD_INQUIRE_KAFKA_PARTITION_STATUS | Allows users to view the status of Kafka partitions. |
| Show Kafka Partitions | EXCMD_INQUIRE_KAFKA_PARTITION_NAMES | Allows users to view a list of the Kafka partitions that exist. |