Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-16823

Extract LegacyConsumer-specific unit tests from generic KafkaConsumerTest

    XMLWordPrintableJSON

Details

    Description

      Currently the KafkaConsumerTest file contains unit tests that apply to both consumer implementations, but also tests that apply to the legacy consumer only. We should consider splitting the tests that apply to the legacy only into their own LegacyConsumerTest file (aligning with the existing AsyncKafkaConsumerTest). End result would be: 

      KafkaConsumerTest -> unit tests that apply to both consumers. 

      LegacyKafkaConsumerTest -> unit tests that apply only to the LegacyKafkaConsumer, either because of the logic they test, or the way they are written (file to be created with this task)

      AsyncKafkaConsumerTest -> unit tests that apply only to the AsyncKafkaConsumer (this file already exist)

       

      Attachments

        Issue Links

          Activity

            People

              yangpoan PoAn Yang
              lianetm Lianet Magrans
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: