mirror of https://github.com/apache/kafka.git
KAFKA-16780: Document the new RemoteLogMetadataManager#nextSegmentWithTxnIndex API in upgrade notes. (#17735)
Reviewers: Divij Vaidya <diviv@amazon.com>
This commit is contained in:
parent
5914013219
commit
6dddabb359
|
|
@ -151,6 +151,12 @@
|
|||
</li>
|
||||
<li>The <code>--delete-config</code> option in the <code>kafka-topics</code> command line tool has been deprecated.
|
||||
</li>
|
||||
<li>
|
||||
For implementors of RemoteLogMetadataManager (RLMM), a new API `nextSegmentWithTxnIndex` is
|
||||
introduced in RLMM to allow the implementation to return the next segment metadata with a transaction
|
||||
index. This API is used when the consumers are enabled with isolation level as READ_COMMITTED.
|
||||
See <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-1058:+Txn+consumer+exerts+pressure+on+remote+storage+when+collecting+aborted+transactions">KIP-1058</a> for more details.
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue