Skip to content

How to temporarily stop a broker in clusters #11004

Answered by scholzj
guwei0kanyun asked this question in Q&A
Discussion options

You must be logged in to vote

You can do it in the following steps:

  1. Pause the reconciliation of the Kafka CR with the annotation
  2. Delete the StrimziPodSet (do non-cascading deletion if you want to keep the pods running)
  3. Delete the Pod of the broker you want to stop

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.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@guwei0kanyun
Comment options

@scholzj
Comment options

@guwei0kanyun
Comment options

Answer selected by guwei0kanyun
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