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/17 05:24:56 UTC

[GitHub] [pulsar-client-go] wolfstudy opened a new pull request #196: Fix consumer not found

wolfstudy opened a new pull request #196: Fix consumer not found
URL: https://github.com/apache/pulsar-client-go/pull/196
 
 
   Signed-off-by: xiaolong.ran <rx...@apache.org>
   
   Fixes #192
   
   ### Motivation
   
   If Consumer Close() is called after Unsubscribe(), it will report error that 
   
   ```
   "server error: MetadataError: Consumer not found" name=consumer12 subscription=sharedsub0 topic="persistent://tenant/ns/topic"
   ```
   
   ### Modifications
   
   -  Fix consumer not found
   

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

[GitHub] [pulsar-client-go] wolfstudy merged pull request #196: Fix consumer not found

Posted by GitBox <gi...@apache.org>.
wolfstudy merged pull request #196: Fix consumer not found
URL: https://github.com/apache/pulsar-client-go/pull/196
 
 
   

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