This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 4.2
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.2 by this push:
new a98b88079f1 MINOR: Fix typo in broker-configs.md (#21203)
a98b88079f1 is described below
commit a98b88079f190cfc00c460bcd6afdb2eaf8177d1
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 96f77ba0d1b..bac5f3bbb3f 100644
--- a/docs/configuration/broker-configs.md
+++ b/docs/configuration/broker-configs.md
@@ -33,7 +33,8 @@ The essential configurations are the following:
* `process.roles`
* `controller.quorum.bootstrap.servers`
* `controller.listener.names`
-Topic configurations and defaults are discussed in more detail below. {{<
include-html file="/static/42/generated/kafka_config.html" >}}
+
+Broker configurations and defaults are discussed in more detail below. {{<
include-html file="/static/42/generated/kafka_config.html" >}}
More details about broker configuration can be found in the scala class
`kafka.server.KafkaConfig`.