chia7712 commented on code in PR #17946:
URL: https://github.com/apache/kafka/pull/17946#discussion_r1905457391
##########
docs/upgrade.html:
##########
@@ -202,6 +202,8 @@ <h5><a id="upgrade_400_notable"
href="#upgrade_400_notable">Notable changes in 4
</li>
<li>The deprecated
<code>sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>,
String)</code> method has been removed from the Producer API.
</li>
+ <li>The <code>flush</code> method now detects
potential deadlocks and prohibits its use inside a callback. This change
prevents unintended blocking behavior, which was a known risk in earlier
versions.
Review Comment:
I agree with @AndrewJSchofield that this PR will not be backported to the
4.0 release. Therefore, this change should not be included in the
"upgrade_4_0_0" chapter. @frankvicky, could you please create a new chapter
titled "upgrade_4_1_0" and move this documentation to the "upgrade_4_1_0"
chapter?
--
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]