This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 4af6d7bcb87 MINOR: Fix typo in broker-configs.md (#21203)
4af6d7bcb87 is described below
commit 4af6d7bcb8700c61a0974e597815e19597ad6c79
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 d7306966c30..757082a6273 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/43/generated/kafka_config.html" >}}
+
+Broker configurations and defaults are discussed in more detail below. {{<
include-html file="/static/43/generated/kafka_config.html" >}}
More details about broker configuration can be found in the scala class
`kafka.server.KafkaConfig`.