devshawn / kafka-gitops

šŸš€Manage Apache Kafka topics and generate ACLs through a desired state file.

Home Page:https://devshawn.github.io/kafka-gitops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rror thrown when attempting to create a Kafka topic: org.apache.kafka.common.errors.TopicExistsException: Topic 'zuora-email-history' already exists.

suryaprakas opened this issue Ā· comments

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.