Remove unused KafkaException import in ConsumerPollTestUtils

Eliminated an unused import of KafkaException from ConsumerPollTestUtils.java to clean up the code.
This commit is contained in:
Kirk True 2025-09-29 13:05:10 -07:00
parent a157071a0d
commit 164dfdd5ff
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
*/ */
package org.apache.kafka.clients.consumer; package org.apache.kafka.clients.consumer;
import org.apache.kafka.common.KafkaException;
import org.apache.kafka.common.errors.InterruptException; import org.apache.kafka.common.errors.InterruptException;
import org.apache.kafka.common.utils.Time; import org.apache.kafka.common.utils.Time;
import org.apache.kafka.common.utils.Timer; import org.apache.kafka.common.utils.Timer;