You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2017/05/17 22:43:04 UTC

[jira] [Created] (KAFKA-5271) Producer only needs to send AddOffsetsToTxn one time for each group

Jason Gustafson created KAFKA-5271:
--------------------------------------

             Summary: Producer only needs to send AddOffsetsToTxn one time for each group
                 Key: KAFKA-5271
                 URL: https://issues.apache.org/jira/browse/KAFKA-5271
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Jason Gustafson


Currently we send the AddOffsetsToTxn request every time the user calls {{sendOffsets}}. We really only need to send it one time for each groupId included in the transaction. This is a minor optimization since we don't expect that it would be a common use case to add offsets more than once to a transaction.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)