mirror of https://github.com/apache/kafka.git
KAFKA-13441: Fix typo in upgrade.html (#11483)
Reviewers: Mickael Maison <mickael.maison@gmail.com> Co-authored-by: gf13871 <gf13871@ly.com>
This commit is contained in:
parent
8318786b72
commit
3f8ca44bc6
|
@ -237,8 +237,8 @@
|
||||||
The 2.7.0 release includes the core Raft implementation specified in
|
The 2.7.0 release includes the core Raft implementation specified in
|
||||||
<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-595%3A+A+Raft+Protocol+for+the+Metadata+Quorum">KIP-595</a>.
|
<a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-595%3A+A+Raft+Protocol+for+the+Metadata+Quorum">KIP-595</a>.
|
||||||
There is a separate "raft" module containing most of the logic. Until integration with the
|
There is a separate "raft" module containing most of the logic. Until integration with the
|
||||||
controller is complete, there is a standalone server that users can use for testing the p
|
controller is complete, there is a standalone server that users can use for testing the
|
||||||
erformance of the Raft implementation. See the README.md in the raft module for details
|
performance of the Raft implementation. See the README.md in the raft module for details
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
KIP-651 <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-651+-+Support+PEM+format+for+SSL+certificates+and+private+key">adds support</a>
|
KIP-651 <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-651+-+Support+PEM+format+for+SSL+certificates+and+private+key">adds support</a>
|
||||||
|
|
Loading…
Reference in New Issue