From c384939c8cba379b821c6466dbb49171c73a452c Mon Sep 17 00:00:00 2001 From: Rajini Sivaram Date: Wed, 18 Jul 2018 18:01:09 +0100 Subject: [PATCH] MINOR: Remove references to version 1.2 in docs --- docs/upgrade.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/upgrade.html b/docs/upgrade.html index 2c687174c8c3a..91a0648eb1809 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -46,14 +46,14 @@

Upgrading from 0.8.x, 0.9.x, 0.1 overridden the message format version, you should keep its current value. Alternatively, if you are upgrading from a version prior to 0.11.0.x, then CURRENT_MESSAGE_FORMAT_VERSION should be set to match CURRENT_KAFKA_VERSION. - If you are upgrading from 0.11.0.x, 1.0.x, 1.1.x, or 1.2.x and you have not overridden the message format, then you only need to override + If you are upgrading from 0.11.0.x, 1.0.x, or 1.1.x and you have not overridden the message format, then you only need to override the inter-broker protocol format.
  • Upgrade the brokers one at a time: shut down the broker, update the code, and restart it.