delete_kafka_topic_config | DELETE | cluster_id, name, topic_name |
Reset the configuration parameter with given name to its default value. |
update_kafka_topic_config_batch | UPDATE | cluster_id, topic_name, data__data |
Update or delete a set of topic configuration parameters. Also supports a dry-run mode that only validates whether the operation would succeed if the
validate_only request property is explicitly specified and set to true. |
get_kafka_topic_config | EXEC | cluster_id, name, topic_name |
Return the configuration parameter with the given name . |
list_kafka_all_topic_configs | EXEC | cluster_id |
Return the list of configuration parameters for all topics hosted by the specified cluster. |
list_kafka_topic_configs | EXEC | cluster_id, topic_name |
Return the list of configuration parameters that belong to the specified topic. |
update_kafka_topic_config | EXEC | cluster_id, name, topic_name |
Update the configuration parameter with given name . |