kafka-gitops
kafka-gitops copied to clipboard
rror thrown when attempting to create a Kafka topic: org.apache.kafka.common.errors.TopicExistsException: Topic 'zuora-email-history' already exists.
I am getting an error while the topic already exists on cluster, is there any way we can find if topic already exists in cluster? Like if we can check --if-not-exists and then create the topic or something? if its already available please route me to the possible documentation.
[ERROR] Error thrown when attempting to create a Kafka topic: org.apache.kafka.common.errors.TopicExistsException: Topic 'zuora-email-history' already exists.
[ERROR] An error has occurred during the apply process. [ERROR] The apply process has stopped in place. There is no rollback. [ERROR] Fix the error, re-create a plan, and apply the new plan to continue
@suryaprakas Please share your configuration, the desired state file, and how exactly you're invoking kafka-gitops.