Downgrade type kafka msk

0

Hello, I need help because I can't reduce my instance of kafka, I'm getting the message below, even though I have the correct amount of partitions, could you help me?

Amazon MSK wasn't able to update the broker type Amazon MSK wasn't able to update the broker type for all the brokers in the cluster. Wait a few minutes, then try again. API response Brokers [1, 2, 3, 4, 5, 6] are above the recommended partition count for broker type kafka.t3.small. Reduce the number of partitions on the brokers or choose a larger broker type. Then, try the operation again.

Thiago
demandé il y a 10 mois560 vues
1 réponse
0

This error means you have too many partitions. There is a limit of 300 partitions (including all replicas) per broker. with the default RF=3, you should have under 100 partition leaders per broker. There is a metric in the CloudWatch that will show how many partitions you currently have.

Also, if you would like a deeper and better answers, I would recommend to update your question with the following information:

  • what is the current instance type
  • what is the desired instance type (I assume it's t3.small)
  • number of partitions including replicas per broker (from cloudwatch)
  • full output (with masked sensitive information) with the exception
AWS
EdbE
répondu il y a 10 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions