MINOR: remove kraft readme link (#13691)

The config/kraft/README.md is already removed. We should also remove the link.

Reviewers: dengziming <dengziming1993@gmail.com>
This commit is contained in:
Luke Chen 2023-05-10 16:40:20 +08:00 committed by GitHub
parent 228434d235
commit 625ef176ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
# #
# This configuration file is intended for use in KRaft mode, where # This configuration file is intended for use in KRaft mode, where
# Apache ZooKeeper is not present. See config/kraft/README.md for details. # Apache ZooKeeper is not present.
# #
############################# Server Basics ############################# ############################# Server Basics #############################

View File

@ -15,7 +15,7 @@
# #
# This configuration file is intended for use in KRaft mode, where # This configuration file is intended for use in KRaft mode, where
# Apache ZooKeeper is not present. See config/kraft/README.md for details. # Apache ZooKeeper is not present.
# #
############################# Server Basics ############################# ############################# Server Basics #############################

View File

@ -15,7 +15,7 @@
# #
# This configuration file is intended for use in KRaft mode, where # This configuration file is intended for use in KRaft mode, where
# Apache ZooKeeper is not present. See config/kraft/README.md for details. # Apache ZooKeeper is not present.
# #
############################# Server Basics ############################# ############################# Server Basics #############################

View File

@ -415,7 +415,7 @@
and <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=181308218">KIP-751</a> for more details.</li> and <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=181308218">KIP-751</a> for more details.</li>
<li>ZooKeeper has been upgraded to version 3.6.3.</li> <li>ZooKeeper has been upgraded to version 3.6.3.</li>
<li>A preview of KRaft mode is available, though upgrading to it from the 2.8 Early Access release is not possible. See <li>A preview of KRaft mode is available, though upgrading to it from the 2.8 Early Access release is not possible. See
the <code>config/kraft/README.md</code> file for details.</li> the <a href="#kraft">KRaft section</a> for details.</li>
<li>The release tarball no longer includes test, sources, javadoc and test sources jars. These are still published to the Maven Central repository. </li> <li>The release tarball no longer includes test, sources, javadoc and test sources jars. These are still published to the Maven Central repository. </li>
<li>A number of implementation dependency jars are <a href="https://github.com/apache/kafka/pull/10203">now available in the runtime classpath <li>A number of implementation dependency jars are <a href="https://github.com/apache/kafka/pull/10203">now available in the runtime classpath
instead of compile and runtime classpaths</a>. Compilation errors after the upgrade can be fixed by adding the missing dependency jar(s) explicitly instead of compile and runtime classpaths</a>. Compilation errors after the upgrade can be fixed by adding the missing dependency jar(s) explicitly

View File

@ -3,7 +3,7 @@ KRaft (Kafka Raft)
KRaft (Kafka Raft) is a protocol based on the [Raft Consensus Protocol](https://www.usenix.org/system/files/conference/atc14/atc14-paper-ongaro.pdf) KRaft (Kafka Raft) is a protocol based on the [Raft Consensus Protocol](https://www.usenix.org/system/files/conference/atc14/atc14-paper-ongaro.pdf)
tailored for Apache Kafka. tailored for Apache Kafka.
This is used by Apache Kafka in the [KRaft (Kafka Raft Metadata) mode](https://github.com/apache/kafka/blob/trunk/config/kraft/README.md). We This is used by Apache Kafka in the KRaft (Kafka Raft Metadata) mode. We
also have a standalone test server which can be used for performance testing. We describe the details to set this up below. also have a standalone test server which can be used for performance testing. We describe the details to set this up below.
### Run Single Quorum ### ### Run Single Quorum ###