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.


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