Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KAFKA-18674: Document the incompatible changes in parsing --bootstrap-server #18751

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/upgrade.html
Original file line number Diff line number Diff line change
@@ -85,6 +85,8 @@ <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 validation of <code>--bootstrap-server</code> has become stricter. Providing space-separated bootstrap servers (e.g., "broker1:9092 broker2:9092 broker3:9092") instead of comma-separated (e.g., "broker1:9092,broker2:9092,broker3:9092") will result in an exception.
</li>
</ul>
</li>
<li><b>Broker</b>