Kirk True created KAFKA-18087: --------------------------------- Summary: Revert unnecessary integration testing of Consumers using both group protocols Key: KAFKA-18087 URL: https://issues.apache.org/jira/browse/KAFKA-18087 Project: Kafka Issue Type: Bug Components: clients, consumer Affects Versions: 4.0.0 Reporter: Kirk True Assignee: Kirk True Fix For: 4.0.0
Many of the integration tests were migrated to a parameterized version that tests both the {{CLASSIC}} and {{CONSUMER}} group protocols. While this does improve test coverage of the new {{{}AsyncKafkaConsumer{}}}, it (obviously) makes the integration tests take much longer to run and use more resources than necessary. This task is to perform a wholistic review of where both group protocols exercised and determine where this can be reduced to one. One suggested criteria to apply was: {quote}If the test is a producer test and the consume flow is just reading from the topic as a check, we don’t need to test both consumers{quote} -- This message was sent by Atlassian Jira (v8.20.10#820010)