Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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`.
Attachments
Issue Links
- links to