mirror of https://github.com/apache/kafka.git
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:
parent
f448e49fbe
commit
03a2d8243d
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue