dawillcox commented on a change in pull request #6025: [Issue 6024][pulsar_storm] Support alternate output streams in PulsarSpout URL: https://github.com/apache/pulsar/pull/6025#discussion_r364952509
########## File path: pulsar-storm/src/main/java/org/apache/pulsar/storm/PulsarSpout.java ########## @@ -18,14 +18,13 @@ */ package org.apache.pulsar.storm; -import java.util.Map; -import java.util.Queue; -import java.util.concurrent.ConcurrentMap; -import java.util.concurrent.TimeUnit; - -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - +import backtype.storm.metric.api.IMetric; Review comment: My IDE automatically cleaned these up for me. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services