Skip to content

Commit

Permalink
KAFKA-18674 Document the incompatible changes in parsing --bootstrap-…
Browse files Browse the repository at this point in the history
…server (#18751)

Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
mingyen066 authored Feb 3, 2025
1 parent 04ea25b commit 9d6faf0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ <h5><a id="upgrade_400_notable" href="#upgrade_400_notable">Notable changes in 4
<li>The default properties files for KRaft mode are no longer stored in the separate <code>config/kraft</code> directory since Zookeeper has been removed. These files have been consolidated with other configuration files.
Now all configuration files are in <code>config</code> directory.
</li>
<li>The valid format for <code>--bootstrap-server</code> only supports comma-separated value, such as <code>host1:port1,host2:port2,...</code>.
Providing other formats, like space-separated bootstrap servers (e.g., <code>host1:port1 host2:port2 host3:port3</code>), will result in an exception, even though this was allowed in Apache Kafka versions prior to 4.0.
</li>
</ul>
</li>
<li><b>Broker</b>
Expand Down

0 comments on commit 9d6faf0

Please sign in to comment.