[ 
https://issues.apache.org/jira/browse/KAFKA-7736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16768363#comment-16768363
 ] 

ASF GitHub Bot commented on KAFKA-7736:
---------------------------------------

viktorsomogyi commented on pull request #6270: KAFKA-7736: Consolidate Map 
usages in TransactionManager
URL: https://github.com/apache/kafka/pull/6270
 
 
   Refactors the various maps used in TransactionManager into one map to 
simplify bookkeeping of inflight batches, offsets and sequence numbers.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Consolidate Map usages in TransactionManager
> --------------------------------------------
>
>                 Key: KAFKA-7736
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7736
>             Project: Kafka
>          Issue Type: Task
>          Components: producer 
>            Reporter: Viktor Somogyi
>            Assignee: Viktor Somogyi
>            Priority: Minor
>              Labels: exactly-once
>
> There are a bunch of Map<TopicPartition, X> collections in TransactionManager 
> which could be consolidated into a single map to consolidate bookkeeping and 
> get rid of potential bugs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to