You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/02 09:28:04 UTC

[jira] [Commented] (KAFKA-5282) Transactions integration test: Use factory methods to keep track of open producers and consumers and close them all on tearDown

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

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

Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/3129


> Transactions integration test: Use factory methods to keep track of open producers and consumers and close them all on tearDown
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-5282
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5282
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: clients, core, producer 
>            Reporter: Apurva Mehta
>            Assignee: Vahid Hashemian
>              Labels: exactly-once
>             Fix For: 0.11.0.0
>
>
> See: https://github.com/apache/kafka/pull/3093/files#r117354588
> The current transactions integration test creates individual producers and consumer per test, and closes them independently. 
> It would be more robust to create them through a central factory method that keeps track of each instance, and then close those instances on `tearDown`.



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