This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 4.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.1 by this push:
new 9b6ec7c3b9c MINOR: Fix typo in broker-configs.md (#21203)
9b6ec7c3b9c is described below
commit 9b6ec7c3b9c43f763e9eb50da197a3b78c4741d2
Author: Lan Ding <[email protected]>
AuthorDate: Mon Dec 22 23:32:10 2025 +0800
MINOR: Fix typo in broker-configs.md (#21203)
This patch fixes a typo in `broker-configs.md`.
Reviewers: Chia-Ping Tsai <[email protected]>
---
docs/configuration/broker-configs.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/configuration/broker-configs.md
b/docs/configuration/broker-configs.md
index 40b01bca13c..4658b01ff53 100644
--- a/docs/configuration/broker-configs.md
+++ b/docs/configuration/broker-configs.md
@@ -32,7 +32,8 @@ The essential configurations are the following:
* `log.dirs`
* `process.roles`
* `controller.quorum.bootstrap.servers`
-Topic configurations and defaults are discussed in more detail below. {{<
include-html file="/static/41/generated/kafka_config.html" >}}
+
+Broker configurations and defaults are discussed in more detail below. {{<
include-html file="/static/41/generated/kafka_config.html" >}}
More details about broker configuration can be found in the scala class
`kafka.server.KafkaConfig`.