分布式消息服务KAFKA版-修改Kafka实例Topic:请求参数

时间:2024-01-24 16:40:32

请求参数

表2 请求Body参数

参数

是否必选

参数类型

描述

topics

Array of topics objects

修改的topic列表。

表3 topics

参数

是否必选

参数类型

描述

id

String

topic名称,不支持修改。

retention_time

Integer

老化时间,单位小时。

sync_replication

Boolean

是否同步复制。

sync_message_flush

Boolean

是否同步落盘。

new_partition_numbers

Integer

分区数。

new_partition_brokers

Array of integers

增加分区时指定broker列表

topic_other_configs

Array of topic_other_configs objects

topic配置

topic_desc

String

topic描述

表4 topic_other_configs

参数

是否必选

参数类型

描述

name

String

配置名称

value

String

配置值

support.huaweicloud.com/api-kafka/UpdateInstanceTopic.html