Replies: 2 comments
-
@tombentley Any ideas? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Probably Unidirectional Topic Operator will fix this issue. Read the link for details |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm stuck in the following situation, perhaps somebody can provide me with some experience.
I created some Kafka topics on a Kafka cluster which where picked up by the topic operator. Now I want to move 'ownership' of the configuration of those topics to a solution using Gitops, without losing the data inside the topics. Creating the topics in Gitops results in errors in the kafka operator of the following kind:
To solve the issue I wanted to try the following:
abc---e3641c36628a11df6b6b44fa28209f294e034a19
without deleting the topic on the clusterEspecially step 2 seems to be difficult. Anybody who can help me out here ?
Beta Was this translation helpful? Give feedback.
All reactions