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

Feature Request: Add Ability to Pause/Resume Stream Processing #48

Open
valeeum opened this issue Oct 11, 2022 · 3 comments
Open

Feature Request: Add Ability to Pause/Resume Stream Processing #48

valeeum opened this issue Oct 11, 2022 · 3 comments
Labels
Type: Enhancement New feature or request

Comments

@valeeum
Copy link

valeeum commented Oct 11, 2022

It would be nice to be able to pause/resume processing of messages without unsubscribing from the channel.

@intech
Copy link
Member

intech commented Oct 11, 2022

@valeeum Do I understand that correctly you want to do this inside the handler? Should it work like in Kafka?

@intech intech added the Type: Enhancement New feature or request label Oct 11, 2022
@valeeum
Copy link
Author

valeeum commented Oct 12, 2022

@intech i'd like to do this from a method within my service, i.e., this.pauseChannel("order.created") or this.pauseChannels() to pause all channels defined in the service. i unfortunately don't have much experience with kafka but my use case is to be able to pause processing of events during times of system maintenance.

@icebob
Copy link
Member

icebob commented Oct 12, 2022

Good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants