jiazhai commented on a change in pull request #6407: [Java client] MultiTopics 
discovery is broken due to discovery task scheduled twice instead of 
pendingBatchRecei…
URL: https://github.com/apache/pulsar/pull/6407#discussion_r383704326
 
 

 ##########
 File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerBase.java
 ##########
 @@ -52,7 +30,15 @@
 import org.apache.pulsar.common.util.FutureUtil;
 import org.apache.pulsar.common.util.collections.GrowableArrayBlockingQueue;
 
-public abstract class ConsumerBase<T> extends HandlerState implements 
TimerTask, Consumer<T> {
+import java.util.Collections;
+import java.util.Map;
+import java.util.Set;
+import java.util.concurrent.*;
 
 Review comment:
   also here. please not use *

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to