Skip to content

Commit 3e7fa45

Browse files
mingyen066manoj-mathivanan
authored andcommitted
KAFKA-18674 Document the incompatible changes in parsing --bootstrap-server (apache#18751)
Reviewers: Chia-Ping Tsai <[email protected]>
1 parent 19deeeb commit 3e7fa45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/upgrade.html

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ <h5><a id="upgrade_400_notable" href="#upgrade_400_notable">Notable changes in 4
8585
<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.
8686
Now all configuration files are in <code>config</code> directory.
8787
</li>
88+
<li>The valid format for <code>--bootstrap-server</code> only supports comma-separated value, such as <code>host1:port1,host2:port2,...</code>.
89+
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.
90+
</li>
8891
</ul>
8992
</li>
9093
<li><b>Broker</b>

0 commit comments

Comments
 (0)