Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently, we send the `AddOffsetsToTxn` request unconditionally every time, even if we receive multiple sendOffsets for the same group. We could keep track of the added groups in the TransactionManager and not resend this RPC multiple times for the same transaction as the subsequent instances add no new information.
Attachments
Issue Links
- is duplicated by
-
KAFKA-5271 Producer only needs to send AddOffsetsToTxn one time for each group
- Resolved