chia7712 commented on code in PR #17910: URL: https://github.com/apache/kafka/pull/17910#discussion_r1854096964
########## docs/upgrade.html: ########## @@ -137,6 +137,8 @@ <h5><a id="upgrade_400_notable" href="#upgrade_400_notable">Notable changes in 4 <ul> <li>The <code>enable.idempotence</code> configuration will no longer automatically fall back when the <code>max.in.flight.requests.per.connection</code> value exceeds 5. </li> + <li>The deprecated <code>sendOffsetsToTransaction</code> method has been removed from the Producer API. Review Comment: Could you please use `sendOffsetsToTransaction(Map<TopicPartition, OffsetAndMetadata>, String)` instead? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org