Apurva Mehta created KAFKA-5282: ----------------------------------- Summary: 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 Reporter: Apurva Mehta Assignee: Apurva Mehta 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)