This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 3.9
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.9 by this push:
new 88ddca64b75 MINOR: Fix typo in broker-configs.md (#21203)
88ddca64b75 is described below
commit 88ddca64b752bb74490d980adeab5f01462894f5
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 a6547225ea5..dc3122bb6dd 100644
--- a/docs/configuration/broker-configs.md
+++ b/docs/configuration/broker-configs.md
@@ -31,7 +31,8 @@ The essential configurations are the following:
* `broker.id`
* `log.dirs`
* `zookeeper.connect`
-Topic-level configurations and defaults are discussed in more detail below.
{{< include-html file="/static/39/generated/kafka_config.html" >}}
+
+Broker configurations and defaults are discussed in more detail below. {{<
include-html file="/static/39/generated/kafka_config.html" >}}
More details about broker configuration can be found in the scala class
`kafka.server.KafkaConfig`.