chia7712 commented on code in PR #18211:
URL: https://github.com/apache/kafka/pull/18211#discussion_r1889426055
##########
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:
It seems we have the room to push more cleanup to 4.0.0, so could you please
move it back to 4.0.0 section? I will backport this to 4.0 branch
--
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]