How to temporarily stop a broker in clusters #11004
Answered
by
scholzj
guwei0kanyun
asked this question in
Q&A
-
Hi, If I want to temporarily stop a broker in the clusters, and after one hour, restart the broker and expect it can go back to the cluster. |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Jan 3, 2025
Replies: 1 comment 3 replies
-
You can do it in the following steps:
Once you are done, remove the pause annotation from the Kafka CR and the operator will do the rest. Keep in mind that during this the cluster will not be managed by the operator so all kind of things can happen. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
guwei0kanyun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do it in the following steps:
Once you are done, remove the pause annotation from the Kafka CR and the operator will do the rest. Keep in mind that during this the cluster will not be managed by the operator so all kind of things can happen.