This article covers role management rights that pertain to Kafka Connect Task objects.
| Right | Feature Code | Explanation |
| Restart Kafka Connect Task | EXCMD_RESTART_KAFKA_CONNECT_TASK | Allows users to restart Kafka Connect tasks. |
| Show Kafka Connect Task | EXCMD_INQUIRE_KAFKA_CONNECT_TASK | Allows users to view the details of a specific Kafka connect task. |
| Show Kafka Connect Task Status | EXCMD_INQUIRE_KAFKA_CONNECT_TASK_STATUS | Allows users to view the status of Kafka Connect tasks. |
| Show Kafka Connect Tasks | EXCMD_INQUIRE_KAFKA_CONNECT_TASK_NAMES | Allows users to view a list of the Kafka connect tasks that exist. |