topic Quota
Deprecated
Attribute `topic_quota` has been deprecated since 1.194.0 and it will be removed in the next future. Using new attribute `partition_num` instead.
Parameters
value
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.