From 591716f4aa02972c4be42e7a9d5f4a0e476ef3fc Mon Sep 17 00:00:00 2001 From: "Matthias J. Sax" Date: Thu, 19 Jul 2018 08:17:02 -0700 Subject: [PATCH 1/2] MINOR: fix upgrade docs for Streams (#5392) Reviewers: Guozhang Wang , Dong Lin --- docs/upgrade.html | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/docs/upgrade.html b/docs/upgrade.html index 26e82510cb6cc..65e6fe9472edc 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -226,10 +226,10 @@
New Prot
  • KIP-227 introduced Fetch Request/Response v7.
  • -
    Upgrading a 1.1.0 Kafka Streams Application
    +
    Upgrading a 1.0 Kafka Streams Application
      -
    • Upgrading your Streams application from 1.0.0 to 1.1.0 does not require a broker upgrade. - A Kafka Streams 1.1.0 application can connect to 1.0, 0.11.0, 0.10.2 and 0.10.1 brokers (it is not possible to connect to 0.10.0 brokers though).
    • +
    • Upgrading your Streams application from 1.0 to 1.1 does not require a broker upgrade. + A Kafka Streams 1.1 application can connect to 1.0, 0.11.0, 0.10.2 and 0.10.1 brokers (it is not possible to connect to 0.10.0 brokers though).
    • See Streams API changes in 1.1.0 for more details.
    @@ -351,7 +351,7 @@
    New Prot be used if the SaslHandshake request version is greater than 0. -
    Upgrading a 0.11.0 Kafka Streams Application
    +
    Upgrading a 0.11.0 Kafka Streams Application