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

[pulsar-storm] provide auto-unsubscribe option in pulsar-spout #4238

Merged
merged 1 commit into from
May 9, 2019

Conversation

rdhabalia
Copy link
Contributor

Motivation

We have multiple customer ask where they have usecase to unsubscribe subscription when spout closes and topology is down.
many times user uses pulsar-spout to interact with pulsar and wants to process messages without loosing them on the topic in case ack-failure. But user wants unsubscribe from the topic once the topology is going down. Right now, user has to implement custom logic to unsubscribe while closing the spout so, if pulsar-spout has this option then user can directly utilize it.

@rdhabalia rdhabalia added this to the 2.4.0 milestone May 8, 2019
@rdhabalia rdhabalia self-assigned this May 8, 2019
@rdhabalia rdhabalia merged commit 05c99a6 into apache:master May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants