Mirai1129 commented on code in PR #19798:
URL: https://github.com/apache/kafka/pull/19798#discussion_r2105768557
##########
core/src/main/scala/kafka/server/DelayedProduce.scala:
##########
@@ -17,20 +17,18 @@
package kafka.server
-import java.util.concurrent.{ConcurrentHashMap, TimeUnit}
-import java.util.concurrent.locks.Lock
import com.typesafe.scalalogging.Logger
import com.yammer.metrics.core.Meter
import kafka.utils.Logging
-import org.apache.kafka.common.{TopicIdPartition, TopicPartition}
import org.apache.kafka.common.protocol.Errors
import org.apache.kafka.common.requests.ProduceResponse.PartitionResponse
+import org.apache.kafka.common.{TopicIdPartition, TopicPartition}
import org.apache.kafka.server.metrics.KafkaMetricsGroup
import org.apache.kafka.server.purgatory.DelayedOperation
+import java.util.concurrent.{ConcurrentHashMap, TimeUnit}
import scala.collection._
import scala.jdk.CollectionConverters._
-import scala.jdk.OptionConverters.RichOption
Review Comment:
@m1a2st Sorry for the order of the other imports, I've solved this problem!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]