philipnee commented on code in PR #13303:
URL: https://github.com/apache/kafka/pull/13303#discussion_r1125606496


##########
core/src/test/scala/integration/kafka/api/AbstractConsumerTest.scala:
##########
@@ -97,7 +97,7 @@ abstract class AbstractConsumerTest extends BaseRequestTest {
     }
   }
 
-  protected def createConsumerWithGroupId(groupId: String): 
KafkaConsumer[Array[Byte], Array[Byte]] = {

Review Comment:
   The only thing here was to change the type of Consumer<K, V>



##########
core/src/test/scala/integration/kafka/api/ConsumerBounceTest.scala:
##########
@@ -306,7 +306,7 @@ class ConsumerBounceTest extends AbstractConsumerTest with 
Logging {
     this.consumerConfig.setProperty(ConsumerConfig.ENABLE_AUTO_COMMIT_CONFIG, 
"false")
     val partitions = createTopicPartitions(topic, numPartitions = 
partitionCount, replicationFactor = brokerCount)
 
-    addConsumersToGroupAndWaitForGroupAssignment(consumerCount, 
mutable.Buffer[KafkaConsumer[Array[Byte], Array[Byte]]](),

Review Comment:
   Same, change to Consumer<K, V>



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to