MSK Upgrade - any concerns?

0

We currently have a MSK cluster running Apache Kafka 2.4.1.1. There are three kafka.m5.large brokers and every topic has the replication factor set to 3.

We received a notification that this is becoming EOL 8 June and will ned to be updated to version 3.5.1 or higher and that Amazon will auto-upgrade.

Looking at the upgrade instructions, it appears to be just a straight forward click a button and Amazon will take of it.

Is there anything I should be concerned about breaking, clients not being compatible with 3.5.1 or downtime?

preguntada hace un mes83 visualizaciones
1 Respuesta
0

There are no known compatibility issues from the client perspective. But there is a functional change that may impact current behavior of producers, if/when you decide to update the client's libs as well. For messages with no key presented, the default partitioner in Kafka 3.3 has been changed, and it is not round-robin. Again, this is not a change on Kafka brokers, it's a change in client libs.

Also, I would recommend to run upgrade Kafka version API during off-peak window, making sure you don't have another maintenance scheduled, and having about 2 hours for the operation to complete.

profile pictureAWS
EdbE
respondido hace un mes
profile pictureAWS
EXPERTO
revisado hace un mes
  • Thank you for the response - so basically, I just click the button and it should work with no downtime?

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas