Instance
Import
ALIKAFKA instance can be imported using the id, e.g.
$ pulumi import alicloud:alikafka/instance:Instance instance alikafka_post-cn-123455abc
Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The max num of topic can be creation of the instance. It has been deprecated since version 1.194.0 and using partition_num
instead. Currently, its value only can be set to 50 when creating it, and finally depends on partition_num
value: <topic_quota
> = 1000 + <partition_num
>. Therefore, you can update it by updating the partition_num
, and it is the only updating path.