tencent cloud

Feedback

CreateTopic

Last updated: 2023-07-05 15:57:42

1. API Description

Domain name for API request: ckafka.tencentcloudapi.com.

This API is used to create a CKafka topic.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: CreateTopic.
Version Yes String Common Params. The value used for this API: 2019-08-19.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
InstanceId Yes String Instance ID
TopicName Yes String Topic name, which is a string of up to 128 characters. It can contain letters, digits, and hyphens (-) and must start with a letter.
PartitionNum Yes Integer Number of partitions, which should be greater than 0
ReplicaNum Yes Integer Number of replicas, which cannot be higher than the number of brokers. Maximum value: 3
EnableWhiteList No Integer IP allowlist switch. 1: enabled, 0: disabled. Default value: 0
IpWhiteList.N No Array of String IP allowlist list for quota limit, which is required if enableWhileList is 1
CleanUpPolicy No String Log cleanup policy, which is delete by default. delete: logs will be deleted by save time; compact: logs will be compressed by key; compact, delete: logs will be compressed by key and deleted by save time.
Note No String Topic remarks string of up to 64 characters, which must begin with a letter and can contain letters, digits, and dashes (-)
MinInsyncReplicas No Integer Default value: 1
UncleanLeaderElectionEnable No Integer Whether to allow an unsynced replica to be elected as leader. false: no, true: yes. Default value: false
RetentionMs No Integer Message retention period in milliseconds, which is optional. Min value: 60,000 ms.
SegmentMs No Integer Segment rolling duration in ms. The current minimum value is 3,600,000 ms
MaxMessageBytes No Integer Max message size in bytes. Value range: 1,024 bytes (1 KB) to 8,388,608 bytes (8 MB).
EnableAclRule No Integer Preset ACL rule. 1: enable, 0: disable. Default value: 0.
AclRuleName No String Name of the preset ACL rule.
RetentionBytes No Integer Message retention file size in bytes, which is an optional parameter. Default value: -1. Currently, the min value that can be entered is 1,048,576 B.
Tags.N No Array of Tag Tag list.

3. Output Parameters

Parameter Name Type Description
Result CreateTopicResp Returned creation result
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Creating a topic

Input Example

https://ckafka.tencentcloudapi.com/?Action=CreateTopic
&InstanceId=xxx
&TopicName=xxx
&PartitionNum=1
&ReplicaNum=2
&<Common request parameters>

Output Example

{
    "Response": {
        "Result": {
            "TopicId": "topic-k766ruye"
        },
        "RequestId": "1305a410-b030-476d-acdf-eba0dfd5323b"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
FailedOperation Operation failed.
InternalError Internal error.
InvalidParameter Invalid parameter.
InvalidParameterValue.InstanceNotExist The instance does not exist.
InvalidParameterValue.RepetitionValue The parameter already exists.
InvalidParameterValue.SubnetIdInvalid Invalid subnet ID.
InvalidParameterValue.SubnetNotBelongToZone The subnet is not in the zone.
InvalidParameterValue.VpcIdInvalid Invalid VPC ID.
InvalidParameterValue.WrongAction The value of the Action parameter is incorrect.
InvalidParameterValue.ZoneNotSupport The zone is not supported.
LimitExceeded The quota limit has been reached.
ResourceUnavailable The resource is unavailable.
UnauthorizedOperation Unauthorized operation.
UnsupportedOperation Unsupported operation.
UnsupportedOperation.BatchDelInstanceLimit The batch instance deletion limit is reached.
UnsupportedOperation.OssReject Oss rejected the operation.
Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support