Skip to content

Transitioning to Strimzi #10601

Answered by scholzj
tomerguttman asked this question in Q&A
Sep 18, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

If minimal downtime is important for you, then I think the only option is to set up a new Strimzi-based cluster and use mirroring to mirror the data from the old cluster to the new one. And once they are mirrored, you can switch the consumers / producers to the new cluster as well.

It is not completely simple and quick. And possibly not without any outage, but the outage should be small -> the mirroring is async, so you at some point need to stop the consumer / producer, wait for Mirror Maker to finish the last part of the mirroring and than start them again with the new cluster configured in them.

You might be able to reuse the data from the PVCs. Whether that would work and how to do it…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tomerguttman
Comment options

Answer selected by tomerguttman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants