mjsax commented on code in PR #18543:
URL: https://github.com/apache/kafka/pull/18543#discussion_r1915799160
##########
docs/upgrade.html:
##########
@@ -33,9 +33,10 @@ <h4><a id="upgrade_4_0_0" href="#upgrade_4_0_0">Upgrading to
4.0.0 from any vers
<h5><a id="upgrade_400_notable" href="#upgrade_400_notable">Notable
changes in 4.0.0</a></h5>
<ul>
<li>
- Old protocol API versions have been removed. Users should ensure
brokers are version 2.1 or higher before upgrading the Java clients to 4.0.
- Similarly, users should ensure their Java clients version 2.1 or
higher before upgrading the brokers to 4.0. Finally, care also needs to be
- taken when it comes to kafka clients that are not part of Apache
Kafka, please see
+ Old protocol API versions have been removed. Users should ensure
brokers are version 2.1 or higher before upgrading the Java clients
+ (including Connect or Kafka Streams which use the client internall)
to 4.0.
Review Comment:
```suggestion
(including Connect and Kafka Streams which use the clients
internally) to 4.0.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]