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
|
||||
<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
|
||||
controller is complete, there is a standalone server that users can use for testing the p
|
||||
erformance of the Raft implementation. See the README.md in the raft module for details
|
||||
controller is complete, there is a standalone server that users can use for testing the
|
||||
performance of the Raft implementation. See the README.md in the raft module for details
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue