KAFKA-6867; Corrected the typos in upgrade.html (#4970)

Reviewers: Jakob Homan <jghoman@gmail.com>, Jason Gustafson <jason@confluent.io>
This commit is contained in:
Surabhi Dixit 2018-05-04 15:42:44 -07:00 committed by Jason Gustafson
parent f448e49fbe
commit 03a2d8243d
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
<li>Bumping the protocol version and restarting can be done any time after the brokers are upgraded. It does not have to be immediately after.
Similarly for the message format version.</li>
<li>If you are using Java8 method references in your Kafka Streams code you might need to update your code to resolve method ambiguties.
Hot-swaping the jar-file only might not work.</li>
Hot-swapping the jar-file only might not work.</li>
</ol>
<h5><a id="upgrade_120_notable" href="#upgrade_120_notable">Notable changes in 1.2.0</a></h5>
@ -129,7 +129,7 @@
<li>Bumping the protocol version and restarting can be done any time after the brokers are upgraded. It does not have to be immediately after.
Similarly for the message format version.</li>
<li>If you are using Java8 method references in your Kafka Streams code you might need to update your code to resolve method ambiguties.
Hot-swaping the jar-file only might not work.</li>
Hot-swapping the jar-file only might not work.</li>
</ol>