topic operator deleted topic #8998
lanzhiwang
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In our k8s cluster, we deployed the strimzi kafka operator, the version is 0.18.0, we created kafka and the corresponding topic, after running for a while, we found that one of the topics was deleted, by looking for logs and codes, we found The delete operation was indeed triggered, and the relevant logs are as follows:
This log shows that the corresponding delete operation was indeed triggered, and the corresponding code is as follows:
Now I would like to ask two questions. The first is what the variables privateTopic, k8sTopic, and kafkaTopic represent and what they do. The second question is what scenario will cause k8sTopic to be null, kafkaTopic to be nonnull, and privateTopic to be nonnull
thanks!
Beta Was this translation helpful? Give feedback.
All reactions