You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/21 04:31:48 UTC

[GitHub] [pulsar] codelipenghui commented on issue #6576: Failed to create Consumer for the first time

codelipenghui commented on issue #6576: Failed to create Consumer for the first time 
URL: https://github.com/apache/pulsar/issues/6576#issuecomment-601993142
 
 
   @zyllt Thanks for your feedback. I think the reason is the `isActive()` method. The replicator also creates a subscription on the topic, so `isActive()` returns true.  I think we don't need to check if there are subscriptions on the topic since users can use pulsar-admin to create subscriptions and geo-replication also creates subscription on the topic.
   
   Are you interested in helping submit a PR to fix this 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:
users@infra.apache.org


With regards,
Apache Git Services