You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rror thrown when attempting to create a Kafka topic: org.apache.kafka.common.errors.TopicExistsException: Topic 'zuora-email-history' already exists.
#100
Open
suryaprakas opened this issue
Nov 27, 2023
· 1 comment
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: