Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-4815 Idempotent/transactional Producer (KIP-98)
  3. KAFKA-5282

Transactions integration test: Use factory methods to keep track of open producers and consumers and close them all on tearDown

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              vahid Vahid Hashemian
              apurva Apurva Mehta
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: