Parameter | Description |
Name | Topic name cannot be changed after input. Name can only contain letters, digits, underscore, "-", and ".". Names starting with double underscore are not supported. |
Number of Partitions | A Topic can contain one or more partitions. CKafka uses partition as the allocation unit. The default deployment architecture has at least 3 nodes. It is advisable to start with 3 partitions for more balanced data distribution. You can keep default values here. |
Number of Replicas | The number of replicas for a Partition is used to ensure high availability of the Partition. To ensure data reliability, 2 replicas are enabled by default. You can keep default values here. |
Tag | Tags are used to manage resources by category from different dimensions. Leave blank here. |
retention.ms | Message retention time in the Topic dimension, ranging from 1 minute to 90 days. Keep default values here. |
Advanced Configuration | Advanced Topic parameter configuration. Skip here. |
Feedback