Kirk True created KAFKA-15180: --------------------------------- Summary: Generalize integration tests to change use of KafkaConsumer to Consumer Key: KAFKA-15180 URL: https://issues.apache.org/jira/browse/KAFKA-15180 Project: Kafka Issue Type: Test Components: clients, consumer Reporter: Kirk True Assignee: Kirk True
For the consumer threading refactor project, we're introducing a new implementation of the `Consumer` interface. However, most of the instances in the integration tests specifically use the concrete implementation `KafkaConsumer`. This task is to generalize those uses where possible to the `Consumer` interface. -- This message was sent by Atlassian Jira (v8.20.10#820010)