Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue #282] Fix unable to close consumer after unsubscribe in Shared Subscription #283

Merged
merged 1 commit into from
Jun 17, 2020

Conversation

cgfork
Copy link
Contributor

@cgfork cgfork commented Jun 17, 2020

Fixes #282

Motivation

In Shared Subscription, is is unable to unsubscribe the consumer(return an error). So
it wasn't to mark the connection state to CLOSED.

Modifications

Mark the connection state back to Ready when unsubscribe fails

@merlimat merlimat changed the title [Issue #282][pulsar-client-go] fix unable to close consumer after unsubscribe in Shared Subscription [Issue #282] Fix unable to close consumer after unsubscribe in Shared Subscription Jun 17, 2020
@merlimat merlimat merged commit 1e00fb6 into apache:master Jun 17, 2020
@wolfstudy wolfstudy added this to the 0.2.0 milestone Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The client still receives the message after close consumer or close client in Shared subscription
3 participants