diff --git a/docs/upgrade.html b/docs/upgrade.html index b45e25c400cda..1ff685c95cd80 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -85,6 +85,9 @@
config/kraft
directory since Zookeeper has been removed. These files have been consolidated with other configuration files.
Now all configuration files are in config
directory.
--bootstrap-server
only supports comma-separated value, such as host1:port1,host2:port2,...
.
+ Providing other formats, like space-separated bootstrap servers (e.g., host1:port1 host2:port2 host3:port3
), will result in an exception, even though this was allowed in Apache Kafka versions prior to 4.0.
+