[ https://issues.apache.org/jira/browse/KAFKA-5126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15991779#comment-15991779 ]
ASF GitHub Bot commented on KAFKA-5126: --------------------------------------- GitHub user mjsax opened a pull request: https://github.com/apache/kafka/pull/2951 KAFKA-5126: Implement KIP-98 transactional methods in the MockProducer You can merge this pull request into a Git repository by running: $ git pull https://github.com/mjsax/kafka kafka-5126-add-transactions-to-mock-producer Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2951.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2951 ---- commit 0ee76ea931d09a592091fffe621fb897cfd12fda Author: Matthias J. Sax <matth...@confluent.io> Date: 2017-05-01T22:20:11Z KAFKA-5126: Implement KIP-98 transactional methods in the MockProducer ---- > Implement KIP-98 transactional methods in the MockProducer > ---------------------------------------------------------- > > Key: KAFKA-5126 > URL: https://issues.apache.org/jira/browse/KAFKA-5126 > Project: Kafka > Issue Type: Test > Reporter: Apurva Mehta > Assignee: Matthias J. Sax > > The initial code for the transactional producer leaves the implementation of > `initTransactions`, `beginTransaction`, `sendOffsetsToTransaction`, > `commitTransaction`, and `abortTransaction` empty in the MockProducer. We > need have some implementation there so that our mocks stay healthy. -- This message was sent by Atlassian JIRA (v6.3.15#6346)