This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/4.0 by this push:
     new 15ba32e30eb MINOR: Fix typo in broker-configs.md (#21203)
15ba32e30eb is described below

commit 15ba32e30eb519631b0fcde56231e6db8fb13608
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 7e25ef1ba59..56b694d749b 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-level configurations and defaults are discussed in more detail below. 
{{< include-html file="/static/40/generated/kafka_config.html" >}} 
+
+Broker configurations and defaults are discussed in more detail below. {{< 
include-html file="/static/40/generated/kafka_config.html" >}} 
 
 More details about broker configuration can be found in the scala class 
`kafka.server.KafkaConfig`.
 

Reply via email to