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 2019/03/04 14:25:57 UTC

[GitHub] [pulsar] lovelle opened a new pull request #3746: Bugfix prevent dup consumers for same topic subscription

lovelle opened a new pull request #3746: Bugfix prevent dup consumers for same topic subscription
URL: https://github.com/apache/pulsar/pull/3746
 
 
   Fixes #3743 issue.
   
   Return previous instance of a consumer in the subscription processed should only
   be considered with the scope of the same topic.
   
   ### Modifications
   
     - Filter consumers for the same topic name.
     - Filter consumers which are connected to broker, this is not necessary to fix
       this issue but is a good thing to do.
     - Add test that verifies that same subscription will allow different consumers
       instance for different topics.
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   

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