sandrzejczak edited a comment on issue #8214:
URL: https://github.com/apache/pulsar/issues/8214#issuecomment-822313437


   It seems that the bug described in this issue has not been fixed. The 
description mentions the case where consumers for new topics are 
discovered/added. `PatternMultiTopicsConsumerImpl` achieves this by invoking 
`MultiTopicsConsumerImpl#subscribeAsync(String topicName, boolean 
createTopicIfDoesNotExist)` method. It is still possible to add unpaused 
consumers to `MultiTopicsConsumerImpl` by using this method.
   
   The https://github.com/apache/pulsar/pull/8387 PR fixes a similar issue 
where new consumers are added when the number of topic partitions changes for 
an existing topic. This is a different case than the one described in this 
issue.
   
   I volunteer to fix the outstanding issue.


-- 
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


Reply via email to