This article covers role management rights that pertain to Kafka Connect objects.
Right |
Feature Code |
Explanation |
Change Kafka Connect |
EXCMD_CHANGE_KAFKA_CONNECT |
Allows users to change Kafka connects. |
Create Kafka Connect |
EXCMD_CREATE_KAFKA_CONNECT |
Allows users to create Kafka connects. |
Delete Kafka Connect |
EXCMD_DELETE_KAFKA_CONNECT |
Gives users the ability to delete Kafka connects. |
Pause Kafka Connect |
EXCMD_PAUSE_KAFKA_CONNECT |
Allows users to pause Kafka connects. |
Reset Kafka Connect Topics |
EXCMD_RESET_KAFKA_CONNECT_TOPICS |
Allows users to reset Kafka connect topics. |
Restart Kafka Connect |
EXCMD_RESTART_KAFKA_CONNECT |
Allows users to restart Kafka connects. |
Resume Kafka Connect |
EXCMD_RESUME_KAFKA_CONNECT |
Allows users to resume Kafka connects. |
Show Kafka Connect |
EXCMD_INQUIRE_KAFKA_CONNECT |
Allows users to view the details of a specific Kafka connect. |
Show Kafka Connect Status |
EXCMD_INQUIRE_KAFKA_CONNECT_STATUS |
Allows users to view the status of Kafka connects. |
Show Kafka Connects |
EXCMD_INQUIRE_KAFKA_CONNECT_NAMES |
Allows users to view a list of the Kafka connects that exist. |