billowqiu opened a new issue, #850:
URL: https://github.com/apache/pulsar-client-go/issues/850

   #### Expected behavior
   
   1:use Client to Subscribe a topic create an consumer-1
   2:Receive message use consumer-1
   3:then in some case consumer-1 is Closed.
   4:use the same Client to create another consumer-2 to Ack/Nack the message
   
   expect consumer-2 to Ack/Nack the message
   
   
   #### Actual behavior
   
   the Ack/Nack will use consumer-1 which is Closed before.
   
   <img width="1879" alt="image" 
src="https://user-images.githubusercontent.com/720496/191464085-619c2d25-7f4b-46f3-8303-4f27a6d868a7.png";>
   
   <img width="917" alt="image" 
src="https://user-images.githubusercontent.com/720496/191464398-a5f639d7-2f83-412d-a69a-b2923a21cda4.png";>
   
   Tell us what happens instead
   
   #### Steps to reproduce
   
   1:use Client to Subscribe a topic create an consumer-1
   2:Receive message use consumer-1
   3:then in some case consumer-1 is Closed.
   4:use the same Client to create another consumer-2 to Ack/Nack the message
   
   #### System configuration
   **Pulsar version**: x.y
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to