[ https://issues.apache.org/jira/browse/KAFKA-5282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vahid Hashemian updated KAFKA-5282: ----------------------------------- Status: Patch Available (was: In Progress) > 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)