Repository: kafka
Updated Branches:
  refs/heads/1.0 3420cb3be -> a580a6b79


KAFKA-6334: minor typo fix in web docs


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/a580a6b7
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/a580a6b7
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/a580a6b7

Branch: refs/heads/1.0
Commit: a580a6b79e7cbcfd73237548ec5ad9d2c5336ccc
Parents: 3420cb3
Author: Guozhang Wang <wangg...@gmail.com>
Authored: Mon Dec 11 18:55:13 2017 -0800
Committer: Guozhang Wang <wangg...@gmail.com>
Committed: Mon Dec 11 18:55:57 2017 -0800

----------------------------------------------------------------------
 docs/upgrade.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/a580a6b7/docs/upgrade.html
----------------------------------------------------------------------
diff --git a/docs/upgrade.html b/docs/upgrade.html
index bc5bb57..86999cd 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -293,7 +293,7 @@
   is already not possible in that case. In order to avoid the cost of 
down-conversion, you should ensure that consumer applications
   are upgraded to the latest 0.11.0 client. Significantly, since the old 
consumer has been deprecated in 0.11.0.0, it does not support
   the new message format. You must upgrade to use the new consumer to use the 
new message format without the cost of down-conversion.
-  Note that 0.11.0 consumers support backwards compatibility with brokers 
0.10.0 brokers and upward, so it is possible to upgrade the
+  Note that 0.11.0 consumers support backwards compatibility with 0.10.0 
brokers and upward, so it is possible to upgrade the
   clients first before the brokers.
 </p>
 

Reply via email to