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 17:01:21 UTC

[GitHub] [pulsar] lovelle opened a new pull request #3748: [cpp client] Bugfix prevent dup consumer for same topic subscription

lovelle opened a new pull request #3748: [cpp client] Bugfix prevent dup consumer for same topic subscription
URL: https://github.com/apache/pulsar/pull/3748
 
 
   Same fix as #3746 but for cpp client.
   
   ### Modifications
   
     - Filter consumers for the same topic name.
     - Add test to verify that same subscription names with different topics are
       allowed to be different consumers subscription instead of reused.
   
   ### 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