What to Do If Topic Creation Fails
The sum of partition numbers of all created Topics has reached the maximum number of partitions for the instance specification.
It is advisable to scale out the Kafka instance or delete unnecessary Topics.
Create a Topic with the same name during the delete Topic period
Topic deletion is an asynchronous operation. After issuing the delete command, the system will asynchronously remove the Topic metadata. If you create a topic with the same name during this period, the system will notify you that the Topic already exists. Please try again later at that time. Here, you have to wait about 1 minute before proceeding with the reconstruction operation.
Topic already exists in the cluster
Topic already exists in the cluster. Creating a topic with the same name will prompt that the Topic already exists. It is recommended to reset the topic name.