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

How to create a temporary channel on a topic ? #259

Closed
acynothia opened this issue Apr 19, 2019 · 2 comments
Closed

How to create a temporary channel on a topic ? #259

acynothia opened this issue Apr 19, 2019 · 2 comments
Labels

Comments

@acynothia
Copy link

I was using nsq as a broadcast queue.
I create a topic, then If some worker online, worker will create a personal channel on this topic.
Is there any way to delete the channel when worker offline automatic ?

@mreiferson
Copy link
Member

Yes, use "ephemeral channels" by naming the channel name#ephemeral

@acynothia
Copy link
Author

thanks very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants