avimas opened a new pull request #6407: Java client MultiTopics discovery topic discovery task scheduled twice instead of pendingBatchRecei… URL: https://github.com/apache/pulsar/pull/6407 I wanted to use the topicPattern feature and found out it is broken due to the discovery task being called twice at the same time for the same topic. I realized that it is called twice because ConsumerBase class adds itself to the timer upon initialization and MultiTopicsConsumerImpl is doing the same. I changed ConsumerBase class to add a specific task without using this. This change is a trivial I tested the change in my environment and verified the issue was fixed. I don't know how to add integration tests yet
---------------------------------------------------------------- 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
