Rancho-7 commented on code in PR #18211:
URL: https://github.com/apache/kafka/pull/18211#discussion_r1888478333


##########
docs/upgrade.html:
##########
@@ -44,6 +44,8 @@ <h5><a id="upgrade_400_notable" 
href="#upgrade_400_notable">Notable changes in 4
                         <li>The 
<code>kafka.common.requests.DescribeLogDirsResponse.ReplicaInfo</code> class 
was removed. Please use the 
<code>kafka.clients.admin.DescribeLogDirsResult.descriptions()</code> class
                             and 
<code>kafka.clients.admin.DescribeLogDirsResult.allDescriptions()</code>instead.
                         </li>
+                        <li>The 
<code>kafka.common.errors.NotLeaderForPartitionException</code> class was 
removed. Please use the 
<code>kafka.common.errors.NotLeaderOrFollowerException</code> class instead.

Review Comment:
   > trunk is in 4.1.0 now, so please create the new section :)
   
   Thanks! Updated it.



-- 
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]

Reply via email to