This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 637b22fb530 MINOR: add a note to the upgrade.html about the removal of 
sendOffsetsToTransaction (#17910)
637b22fb530 is described below

commit 637b22fb530c43e1fa99e140a8c120ec423ccbfd
Author: Nick Guo <[email protected]>
AuthorDate: Sat Nov 23 22:53:43 2024 +0800

    MINOR: add a note to the upgrade.html about the removal of 
sendOffsetsToTransaction (#17910)
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 docs/upgrade.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index f7888d5dde8..451fef65019 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -137,6 +137,8 @@
                     <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(Map&lt;TopicPartition, OffsetAndMetadata&gt;, 
String)</code> method has been removed from the Producer API.
+                        </li>
                     </ul>
                 </li>
             </ul>

Reply via email to