-
|
We use ArgoCD as a deployment orchestrator and observe that all KafkaTopics remain in a progressing health status. We don't do anything special for the KafkaTopic. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Kafka Topics do not have a healthcheck as they are not some application. They are just a configuration entity within the Kafka cluster. If the Kafka Topic resources are not ready, you should share the Kafka Topic YAMLs and the Topic Operator logs. If your Argo CD shows some state, you have to explain what that state actually means in terms of the KafkaTopic resource and then we can tell you more about it. |
Beta Was this translation helpful? Give feedback.
-
|
Apparently the issue was with us. We wrote our own helm chart for the kafka topics which resulted in null label. |
Beta Was this translation helpful? Give feedback.
Kafka Topics do not have a healthcheck as they are not some application. They are just a configuration entity within the Kafka cluster. If the Kafka Topic resources are not ready, you should share the Kafka Topic YAMLs and the Topic Operator logs. If your Argo CD shows some state, you have to explain what that state actually means in terms of the KafkaTopic resource and then we can tell you more about it.