From 8cdc0a77a516e6fe0ad511e469f3985786bccf9d Mon Sep 17 00:00:00 2001 From: PoAn Yang Date: Sat, 18 Jan 2025 09:31:50 +0800 Subject: [PATCH] MINOR: mention advertised.listeners is not supported in zk2kraft.html (#18575) Reviewers: Chia-Ping Tsai --- docs/zk2kraft.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/zk2kraft.html b/docs/zk2kraft.html index c7ec880cc73..210feee581e 100644 --- a/docs/zk2kraft.html +++ b/docs/zk2kraft.html @@ -95,6 +95,15 @@
  • node.id
  • +
  • +

    + Removed dynamic configurations which relies on ZooKeeper. In KRaft mode, to change these configurations, + you need to restart the broker/controller. +

    +
      +
    • advertised.listeners
    • +
    +
  • Removed Zookeeper related configurations.